Add clap and tokio.

This commit is contained in:
Tom Alexander
2023-10-18 19:12:20 -04:00
parent 396b91be10
commit 7418d4fd81
2 changed files with 277 additions and 0 deletions

View File

@@ -6,4 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "4.4.6"
organic = "0.1.12"
tokio = { version = "1.30.0", default-features = false, features = ["rt", "rt-multi-thread"] }