napi-rs/napi-derive-example/Cargo.toml
2020-10-11 21:36:14 +08:00

15 lines
287 B
TOML

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