tauri/tooling/cli/node/Cargo.toml
renovate[bot] f0fb65bfbd
chore(deps) Update Tauri JS CLI (#3924)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-20 13:07:18 -03:00

17 lines
374 B
TOML

[package]
edition = "2021"
name = "tauri-cli-node"
version = "0.0.0"
[lib]
crate-type = ["cdylib"]
[dependencies]
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
napi = { version = "2.3", default-features = false, features = ["napi4"] }
napi-derive = "2.3"
tauri-cli = { path = ".." }
[build-dependencies]
napi-build = "1.2"