napi-rs/test_module/Cargo.toml
LongYinan 28257b45c1
feat(napi): support musl linux
drop future executor due to mutithreads bug.
2020-06-11 16:20:37 +08:00

15 lines
291 B
TOML

[package]
name = "test-module"
version = "0.1.0"
authors = ["LongYinan <lynweklm@gmail.com>"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
napi-rs = { path = "../napi" }
napi-rs-derive = { path = "../napi-derive" }
[build-dependencies]
napi-build = { path = "../build" }