mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 08:02:13 +03:00
b9d96096b2
Co-authored-by: Renovate Bot <bot@renovateapp.com> 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.4", default-features = false, features = ["napi4"] }
|
|
napi-derive = "2.4"
|
|
tauri-cli = { path = ".." }
|
|
|
|
[build-dependencies]
|
|
napi-build = "2.0"
|