napi-rs/test_module/Cargo.toml
LongYinan c05ab719b3
init
2018-04-28 16:26:38 +08:00

10 lines
165 B
TOML

[package]
name = "test-module"
version = "0.1.0"
authors = ["Nathan Sobo <nathan@github.com>"]
[lib]
crate-type = ["dylib"]
[dependencies]
napi-rs = {path = ".."}