Starting the Clap CLI parser

This commit is contained in:
2025-05-24 13:52:32 -05:00
parent 2067964a80
commit 408b0108a5
4 changed files with 37 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
clap = "4.0.32"
clap = { version = "4.0.7", features = ["derive"] }
reqwest = { version = "0.11.13", features = ["json"] }
serde = { version = "1.0.152", features = ["derive"] }
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }