napi-rs/napi-derive-example/Cargo.toml
2020-04-26 20:21:45 +08:00

15 lines
299 B
TOML

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