refactor(cargo.toml): remove unneeded deps and features

This commit is contained in:
Nova
2023-01-14 11:17:52 -05:00
parent 457ff55904
commit 198b342dec

View File

@@ -11,7 +11,6 @@ homepage = "https://stardustxr.org"
[dependencies]
color-eyre = { version = "0.6.2", default-features = false }
clap = { version = "4.0.8", features = ["derive"] }
ctrlc = "3.2.2"
dashmap = "5.3.4"
flatbuffers = "22.9.29"
flexbuffers = "2.0.0"
@@ -22,11 +21,9 @@ nanoid = "0.4.0"
once_cell = "1.12.0"
parking_lot = "0.12.1"
portable-atomic = {version = "0.3.0", features = ["float", "std"]}
rccell = "0.1.3"
rustc-hash = "1.1.0"
slab = "0.4.6"
tokio = { version = "1", features = ["full"] }
thiserror = "1.0.31"
tokio = { version = "1", features = ["rt", "signal", "tracing"] }
send_wrapper = "0.6.0"
prisma = "0.1.1"
slog = "2.7.0"