mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-18 13:26:00 -04:00
Remove unused dependencies from server (#1694)
* Remove unused dependencies from Cargo.lock * Remove unused dependencies from Cargo.toml
This commit is contained in:
BIN
Cargo.lock
generated
BIN
Cargo.lock
generated
Binary file not shown.
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user