summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-11-15 15:39:34 +0300
committerNamilskyy <alive6863@gmail.com>2025-11-15 15:39:34 +0300
commitc39d44447917dc22743d41a35a052a8e522f784c (patch)
tree8e6b175cdc5d5e7f63c943179a607b75607bfc96 /Cargo.toml
parente926ea77d891c809be1e601c3fbf069617e42d6b (diff)
Fixed some errors, rebuilded command-structure and ended api-migrating
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml20
1 files changed, 9 insertions, 11 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2b27d98..a572f3d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,16 +1,14 @@
[package]
-name = "weatherfetch"
+name = "wfetch"
version = "0.1.0"
edition = "2021"
[dependencies]
-serde = { version = "1.0", features = ["derive"] }
-toml = "0.7"
-clap = { version = "4.4", features = ["derive"] }
-reqwest = { version = "0.11", features = ["json"] }
-tokio = { version = "1.0", features = ["full"] }
-chrono = "0.4"
-dirs = "4.0"
-termimage = "0.4"
-image = "0.24"
-once_cell = "1.20"
+serde = { version = "1.0", features = ["derive"] }
+serde_json = "1.0"
+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"