make cli and other nice things

This commit is contained in:
cy 2025-04-01 11:38:28 -04:00
parent 92f7edfba4
commit aa6b94949b
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
3 changed files with 118 additions and 18 deletions

View file

@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.34", features = ["derive"] }
env_logger = "0.11.7"
log = "0.4.27"
reqwest = "0.12.15"