Make it build

This commit is contained in:
Bianca Fürstenau 2025-03-04 15:45:51 +01:00
parent 6c75037edd
commit 1cf83b65df
4 changed files with 728 additions and 405 deletions

View file

@ -5,16 +5,13 @@ description = "A Tauri App"
authors = ["you"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
# tauri-build = { version = "2.0.0-rc", features = [] }
tauri-build = { path = "../../../../tauri/core/tauri-build", features = [] }
tauri-build = { version = "2", features = [] }
[dependencies]
tauri = { version = "2.0.0-rc", features = [] }
tauri-plugin-shell = "2.0.0-rc"
tauri = { version = "2", features = [] }
tauri-plugin-shell = { version = "2" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
serde_json = { version = "1" }
tracing = { version = "0.1.40" }
tracing-subscriber = { version = "0.3.18" }