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, 0 insertions, 19 deletions
diff --git a/src/WeatherFetch-0.0.4/Cargo.toml b/src/WeatherFetch-0.0.4/Cargo.toml
deleted file mode 100644
index 32dab6b..0000000
--- a/src/WeatherFetch-0.0.4/Cargo.toml
+++ /dev/null
@@ -1,19 +0,0 @@
-[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"