Remove unused dependencies from server (#1694)

* Remove unused dependencies from Cargo.lock

* Remove unused dependencies from Cargo.toml
This commit is contained in:
Julian Braha
2023-10-29 01:59:16 -04:00
committed by GitHub
parent 609e7e1228
commit ce8b362ded
2 changed files with 0 additions and 2 deletions

BIN
Cargo.lock generated
View File

Binary file not shown.

View File

@@ -18,8 +18,6 @@ rspc = { workspace = true, features = ["axum"] }
axum = "0.6.20"
tokio = { workspace = true, features = ["sync", "rt-multi-thread", "signal"] }
tracing = { workspace = true }
ctrlc = "3.4.1"
http = "0.2.9"
tower-http = { version = "0.4.4", features = ["fs"] }
include_dir = "0.7.3"
mime_guess = "2.0.4"