From 49810e8fd15d685a80089dd233207403c14dc5a4 Mon Sep 17 00:00:00 2001 From: Nova Date: Sat, 14 Jan 2023 11:17:52 -0500 Subject: [PATCH] refactor(cargo.toml): remove unneeded deps and features --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f71d6fa..c1a985a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"