aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-03-29 12:51:00 +0000
committerFuwn <[email protected]>2021-03-29 12:51:00 +0000
commitcc5e4c2ebcda70f2fbd2a5a668adfa8066aeadc7 (patch)
treeef6b7884518ed7a5d97baaae6ddcf8cfb7e5cc20 /Cargo.toml
parentchore: Change Rust toolchain for more accurate reproducibility (diff)
downloadwhirl-cc5e4c2ebcda70f2fbd2a5a668adfa8066aeadc7.tar.xz
whirl-cc5e4c2ebcda70f2fbd2a5a668adfa8066aeadc7.zip
feature: Implement CLI
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3d6973b..3791f9e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,6 +26,10 @@ pretty_env_logger = "0.4.0"
rand = "0.8.3"
bytes = "1.0.1"
+# CLI
+structopt = "0.3.21"
+clap = "3.0.0-beta.2"
+
# TCP
[dependencies.tokio]
version = "1.4.0"