aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-01-14 17:10:41 -0800
committerFuwn <[email protected]>2022-01-14 17:10:41 -0800
commitfd88732e763f2df0c947683606f13e1e80370a97 (patch)
treec09ccd6079f2c3d90502b45b01e20f8328b5a956 /crates
parentchore(whirl_api): update axum finally (diff)
downloadwhirl-fd88732e763f2df0c947683606f13e1e80370a97.tar.xz
whirl-fd88732e763f2df0c947683606f13e1e80370a97.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 c1d67ea..eb61a8e 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 30a2986..467181a 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"