summaryrefslogtreecommitdiff
path: root/src/WeatherFetch-0.0.4/Cargo.toml
diff options
context:
space:
mode:
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"