Implement a lot of CLI

This commit is contained in:
Alex Page 2023-06-17 20:26:48 -04:00
parent 11c5553e23
commit 5a4bb20433
4 changed files with 168 additions and 4 deletions

View file

@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "4.3.4"
anyhow = "1.0.71"
clap = { version = "4.3.4", features = ["derive"] }
openssl = "0.10.54"
serde = "1.0.164"
serde_json = "1.0"