napi-rs/test_module/Cargo.toml

16 lines
291 B
TOML
Raw Normal View History

2018-04-28 17:26:38 +09:00
[package]
name = "test-module"
version = "0.1.0"
authors = ["LongYinan <lynweklm@gmail.com>"]
2020-02-18 22:09:17 +09:00
edition = "2018"
2018-04-28 17:26:38 +09:00
[lib]
2020-02-18 22:09:17 +09:00
crate-type = ["cdylib"]
2018-04-28 17:26:38 +09:00
[dependencies]
napi-rs = { path = "../napi" }
napi-rs-derive = { path = "../napi-derive" }
2020-02-18 22:09:17 +09:00
[build-dependencies]
napi-build = { path = "../build" }