summaryrefslogtreecommitdiff
path: root/src/WeatherFetch-0.0.4/Cargo.toml
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-11-23 14:53:23 +0300
committerNamilskyy <alive6863@gmail.com>2025-11-23 14:54:16 +0300
commit7584d20a89785ebc3694593c97ce96ec41edb265 (patch)
tree0eec451ed2b8d043780bf2b965eff18829b849d5 /src/WeatherFetch-0.0.4/Cargo.toml
parentc0b5fc205bbf8c033cd071401ca480a9a3a7787d (diff)
Created PKGBUILD and SRCINFO
Diffstat (limited to 'src/WeatherFetch-0.0.4/Cargo.toml')
-rw-r--r--src/WeatherFetch-0.0.4/Cargo.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/WeatherFetch-0.0.4/Cargo.toml b/src/WeatherFetch-0.0.4/Cargo.toml
new file mode 100644
index 0000000..32dab6b
--- /dev/null
+++ b/src/WeatherFetch-0.0.4/Cargo.toml
@@ -0,0 +1,19 @@
+[package]
+name = "wfetch"
+version = "0.0.2"
+edition = "2021"
+categories = ["command-line-utilities"]
+authors = ["namilsk <namilsk@namilsk.tech>"]
+license = "MIT"
+
+[dependencies]
+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"
+clap_derive = "4.5.49"
+serde_yml = "0.0.12"