refactor: switch to cli args

This commit is contained in:
2023-04-07 19:04:46 -07:00
parent 5d835ace6b
commit ffdbd30c39
3 changed files with 146 additions and 16 deletions

View File

@@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dotenv = "0.15.0"
clap = { version = "4.2.1", features = ["derive"] }
reqwest = { version = "0.11.16", features = ["blocking"] }