refactor: update the dependencies

This commit is contained in:
Kevin Yue
2023-09-03 21:26:31 +08:00
parent 9b9ac7fc8a
commit 0b4829a610
9 changed files with 441 additions and 61 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "app"
version = "0.1.0"
version.workspace = true
description = "A Tauri App"
authors = ["you"]
license = ""
@@ -20,21 +20,21 @@ tauri = { version = "1.3", features = ["fs-write-file", "http-all", "os-all", "p
tauri-plugin-log = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1", features = [
"colored",
] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
log = "0.4"
webkit2gtk = "0.18.2"
regex = "1"
url = "2.3"
tokio = { version = "1.14", features = ["full"] }
veil = "0.1.6"
whoami = "1.4.1"
tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
openssl = "0.10"
keyring = "2"
aes-gcm = { version = "0.10", features = ["std"] }
anyhow.workspace = true
hex = "0.4"
anyhow = "1.0"
keyring = "2"
log.workspace = true
openssl = "0.10"
regex.workspace = true
serde_json.workspace = true
serde.workspace = true
tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
tokio.workspace = true
url.workspace = true
veil = "0.1.6"
webkit2gtk = "0.18.2"
whoami = "1.4.1"
[features]
# by default Tauri runs in production mode