diff options
| author | Fuwn <[email protected]> | 2021-03-29 12:51:00 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-03-29 12:51:00 -0700 |
| commit | d15eef19be969fcd808413dc7d544ab40d1b9335 (patch) | |
| tree | 6b05be75c3e717a66cd5fa21745b10871afa6409 /Cargo.toml | |
| parent | chore: Change Rust toolchain for more accurate reproducibility (diff) | |
| download | whirl-d15eef19be969fcd808413dc7d544ab40d1b9335.tar.xz whirl-d15eef19be969fcd808413dc7d544ab40d1b9335.zip | |
feature: Implement CLI
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |