mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-20 09:11:55 +03:00
02ac3215ea
Co-authored-by: Chip Reed <chip@chip.sh> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
17 lines
374 B
TOML
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.0", default-features = false, features = ["napi4"] }
|
|
napi-derive = "2.0"
|
|
tauri-cli = { path = ".." }
|
|
|
|
[build-dependencies]
|
|
napi-build = "1.2"
|