napi-rs/test_module/Cargo.toml
2020-04-26 16:36:44 +08:00

16 lines
300 B
TOML

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