mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-12 23:24:35 +01:00
Backend updates
This commit is contained in:
@@ -18,11 +18,17 @@ tauri-build = { version = "1.0.0-rc.8", features = [] }
|
||||
serde_json = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
tauri = { version = "1.0.0-rc.9", features = ["api-all"] }
|
||||
|
||||
# Access to the Windows Registry.
|
||||
registry = "1.2.1"
|
||||
# Program opener.
|
||||
opener = "0.5.0"
|
||||
|
||||
# Dependencies for the HTTP(S) proxy.
|
||||
hudsucker = "0.17.2"
|
||||
tracing = "0.1.34"
|
||||
tokio-rustls = "0.23.4"
|
||||
tokio-tungstenite = "0.17.1"
|
||||
tracing = "0.1.21"
|
||||
tokio-rustls = "0.23.0"
|
||||
tokio-tungstenite = "0.17.0"
|
||||
rustls-pemfile = "1.0.0"
|
||||
reqwest = { version = "0.11.3", features = ["stream"] }
|
||||
futures-util = "0.3.14"
|
||||
|
||||
Reference in New Issue
Block a user