napi-rs/test_module/Cargo.toml

11 lines
165 B
TOML
Raw Normal View History

2018-04-28 17:26:38 +09:00
[package]
name = "test-module"
version = "0.1.0"
authors = ["Nathan Sobo <nathan@github.com>"]
[lib]
crate-type = ["dylib"]
[dependencies]
napi-rs = {path = ".."}