Backend updates

This commit is contained in:
KingRainbow44
2022-05-09 21:43:13 -04:00
parent 6aacba76c6
commit 78e8f27d67
5 changed files with 181 additions and 21 deletions

View File

@@ -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"