init
This commit is contained in:
@@ -18,15 +18,17 @@ crate-type = ["staticlib", "cdylib", "rlib"]
|
||||
tauri-build = { version = "2", features = [] }
|
||||
|
||||
[dependencies]
|
||||
tauri = { version = "2", features = [] }
|
||||
tauri = { version = "2.10.3", features = [] }
|
||||
tauri-plugin-opener = "2"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
opusic-sys = "0.5"
|
||||
tokio = { version = "1.49", features = ["full"] }
|
||||
opusic-sys = "0.6"
|
||||
tokio = { version = "1.50", features = ["full"] }
|
||||
reqwest = { version = "0.13", features = ["json", "rustls"] }
|
||||
thiserror = "2.0"
|
||||
|
||||
figment = "0.10.19"
|
||||
parking_lot = "0.12"
|
||||
toml = "0.9"
|
||||
ssh-key = { version = "0.6", features = ["default", "crypto"] }
|
||||
base64 = "0.22"
|
||||
toml = "1.0.7+spec-1.1.0"
|
||||
ssh-key = { version = "0.7.0-rc.9", features = ["default", "crypto"] }
|
||||
base64 = "0.22"
|
||||
|
||||
Reference in New Issue
Block a user