summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml28
1 files changed, 16 insertions, 12 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 16c3faa..32dab6b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,15 +1,19 @@
[package]
-name = "wfetch"
-version = "0.0.1"
-edition = "2021"
+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 = { 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"