|
|
|
@ -14,13 +14,13 @@ rust-version = "1.60"
|
|
|
|
|
crate-type = ["staticlib", "cdylib", "rlib"]
|
|
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
|
tauri-build = "2.0.0-alpha.8"
|
|
|
|
|
tauri-build = { workspace = true }
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
tauri = "2.0.0-alpha.11"
|
|
|
|
|
serde = { workspace = true }
|
|
|
|
|
serde_json = { workspace = true }
|
|
|
|
|
tauri = { workspace = true }
|
|
|
|
|
tauri-plugin-deep-link = { path = "../../../" }
|
|
|
|
|
serde = "1"
|
|
|
|
|
serde_json = "1"
|
|
|
|
|
|
|
|
|
|
[features]
|
|
|
|
|
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.
|
|
|
|
|