chore: build

This commit is contained in:
lencx
2022-12-07 20:02:31 +08:00
parent 6fe765dafa
commit 65442f4489
13 changed files with 87 additions and 38 deletions

View File

@@ -11,12 +11,12 @@ rust-version = "1.57"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = {version = "1.2", features = [] }
tauri-build = {version = "1.2.1", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = {version = "1.2", features = ["api-all", "system-tray"] }
tauri = { version = "1.2.1", features = ["api-all", "devtools", "system-tray", "updater"] }
anyhow = "1.0.66"
[features]