From 1e175af586281fa71f6bc26a0f23c64b3f0a40ac Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Sat, 22 Nov 2025 22:50:39 +0300 Subject: Removed unused requirements from Cargo.toml --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 32dab6b..0c0b53a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,5 @@ toml = "0.7" clap = { version = "4.4", features = ["derive"] } reqwest = { version = "0.11", features = ["json"] } tokio = { version = "1.0", features = ["full"] } -chrono = "0.4" -termimage = "1.2.2" clap_derive = "4.5.49" serde_yml = "0.0.12" -- cgit v1.2.3