From d9363e63e2c7631b1561b5db09e4508e05b09050 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 12 Oct 2023 21:04:19 +0200 Subject: [PATCH] */Cargo.toml: remove dead lines --- butcher/Cargo.toml | 3 --- hunter/Cargo.toml | 3 --- 2 files changed, 6 deletions(-) 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"