use workspace deps in example

pull/504/head
Fabian-Lars 2 years ago committed by GitHub
parent ce43bf0758
commit 31f3385065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

Loading…
Cancel
Save