mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
15 lines
297 B
TOML
15 lines
297 B
TOML
[package]
|
|
name = "napi-cargo-test"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
noop = ["napi/noop", "napi-derive/noop"]
|
|
|
|
[dependencies]
|
|
napi = { path = "../../crates/napi", features = ["napi10"] }
|
|
napi-derive = { path = "../../crates/macro", features = ["type-def"] }
|
|
|
|
[lints]
|
|
workspace = true
|