napi-rs/test_module/Cargo.toml
2020-04-19 18:52:32 +08:00

15 lines
260 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"}
[build-dependencies]
napi-build = { path = "../build" }