aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJovan Jovanovic <jovanovicjovan921@gmail.com>2024-09-06 00:42:20 +0200
committerJovan Jovanovic <jovanovicjovan921@gmail.com>2024-09-06 00:42:20 +0200
commitce817d8d81a3da4532ec8e4a6fa0c708afa1c8e1 (patch)
tree4804f33f963143b4b345afb6caf1c2ed81cbdf65 /Cargo.toml
parentc2dee48a41f56356d6e61e17c4b8ef370c2b53ba (diff)
Use clap for argumentsHEADmaster
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bebc198..fc84b1d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
+clap = { version = "4.5.17", features = ["derive"] }
rand = "0.8.5"
reqwest = "0.12.7"
serde = "1.0.209"