mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 16:11:38 +03:00
a30f95f76e
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
18 lines
389 B
TOML
18 lines
389 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.6", default-features = false, features = ["napi4"] }
|
|
napi-derive = "2.6"
|
|
tauri-cli = { path = ".." }
|
|
log = "0.4.17"
|
|
|
|
[build-dependencies]
|
|
napi-build = "2.0"
|