Add very basic CLI.

This commit is contained in:
Tom Alexander
2023-10-18 19:26:04 -04:00
parent 7418d4fd81
commit 1b189cf15c
3 changed files with 118 additions and 7 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.4.6"
# TODO: maybe error-context, suggestions, usage | env
clap = { version = "4.4.6", default-features = false, features = ["std", "color", "help", "derive"] }
organic = "0.1.12"
tokio = { version = "1.30.0", default-features = false, features = ["rt", "rt-multi-thread"] }