napi-rs/napi-derive-example/Cargo.toml
2020-04-26 16:36:44 +08:00

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