mirror of
https://github.com/tauri-apps/create-tauri-app.git
synced 2026-01-31 00:45:16 +01:00
18 lines
420 B
TOML
18 lines
420 B
TOML
[package]
|
|
edition = "2021"
|
|
name = "create-tauri-app-node"
|
|
version = "0.0.0"
|
|
license = "Apache-2.0 OR MIT"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
|
|
napi = { version = "2.16", default-features = false, features = ["napi4"] }
|
|
napi-derive = "2.16"
|
|
create-tauri-app = { path = ".." }
|
|
|
|
[build-dependencies]
|
|
napi-build = "2.1"
|