aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-01-14 17:10:41 +0000
committerFuwn <[email protected]>2022-01-14 17:10:41 +0000
commit4846547bdfb09c82e273cbc49541a2ed328e144d (patch)
treef45f558968c10e1f320e9760b8f40d65610ff2f0 /crates
parentchore(whirl_api): update axum finally (diff)
downloadarchived-whirl-4846547bdfb09c82e273cbc49541a2ed328e144d.tar.xz
archived-whirl-4846547bdfb09c82e273cbc49541a2ed328e144d.zip
chore: remove unused deps
Diffstat (limited to 'crates')
-rw-r--r--crates/whirl/Cargo.toml3
-rw-r--r--crates/whirl_api/Cargo.toml1
2 files changed, 0 insertions, 4 deletions
diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml
index fb0ee95..de742a7 100644
--- a/crates/whirl/Cargo.toml
+++ b/crates/whirl/Cargo.toml
@@ -23,7 +23,6 @@ human-panic = "1.0.3"
# simple-error = "0.2.3"
# Utility
-rand = "0.8.4"
async-trait = "0.1.51"
whirl_common = { path = "../whirl_common" }
@@ -47,8 +46,6 @@ tokio-util = { version = "0.6.8", features = ["codec"] }
tokio-stream = "0.1.7"
# Web-server
-actix-web = { version = "3.3.2", features = ["rustls"] }
-actix-cors = "0.5.4"
whirl_api = { path = "../whirl_api" }
# Prompt
diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml
index 27c93a3..86f455d 100644
--- a/crates/whirl_api/Cargo.toml
+++ b/crates/whirl_api/Cargo.toml
@@ -22,7 +22,6 @@ sysinfo = "0.20.4"
whirl_common = { path = "../whirl_common" }
tokio = { version = "1.12.0", features = ["full"] }
num-traits = "0.2.14"
-qstring = "0.7.2"
# Serialization
serde = "1.0.130"