diff --git a/butcher/Cargo.toml b/butcher/Cargo.toml index aef19d0..aac6460 100644 --- a/butcher/Cargo.toml +++ b/butcher/Cargo.toml @@ -8,12 +8,9 @@ futures = "0.3" tokio = { version = "1", features = ["full", "tracing"] } reqwest = { version = "0.11", features = ["json", "deflate", "gzip", "trust-dns"] } serde = { version = "1", features = ["derive"] } -# serde_yaml = "0.9" serde_json = "1" chrono = "0.4" -# redis = { version = "0.22", features = ["tokio-comp", "connection-manager"] } tracing = "0.1" -# systemd = "0.10" cave = { path = "../cave" } rand = "0.8" texting_robots = "0.2" diff --git a/hunter/Cargo.toml b/hunter/Cargo.toml index f270be5..797df23 100644 --- a/hunter/Cargo.toml +++ b/hunter/Cargo.toml @@ -9,11 +9,8 @@ tokio = { version = "1", features = ["full", "tracing"] } tokio-uring = "0.4" reqwest = { version = "0.11", features = ["json", "deflate", "gzip", "trust-dns"] } serde = { version = "1", features = ["derive"] } -# serde_yaml = "0.9" chrono = "0.4" -# redis = { version = "0.22", features = ["tokio-comp", "connection-manager"] } tracing = "0.1" -# systemd = "0.10" cave = { path = "../cave" } rand = "0.8" texting_robots = "0.2"