summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-11-22 22:50:39 +0300
committerNamilskyy <alive6863@gmail.com>2025-11-22 22:52:57 +0300
commit1e175af586281fa71f6bc26a0f23c64b3f0a40ac (patch)
tree4f733956612faa2612ebc677e13ca3005878d0ce /Cargo.toml
parent6507f87521dfdfcbbaf596067dfb79d798ed8c14 (diff)
Removed unused requirements from Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 0 insertions, 2 deletions
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"