From 7584d20a89785ebc3694593c97ce96ec41edb265 Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Sun, 23 Nov 2025 14:53:23 +0300 Subject: Created PKGBUILD and SRCINFO --- src/WeatherFetch-0.0.4/Cargo.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/WeatherFetch-0.0.4/Cargo.toml (limited to 'src/WeatherFetch-0.0.4/Cargo.toml') 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 "] +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" -- cgit v1.2.3