diff options
| author | a14m <[email protected]> | 2020-12-15 17:31:35 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2020-12-15 17:31:35 +0100 |
| commit | 3640a4c90a1df1955dac8741bde27c22cf9ad807 (patch) | |
| tree | abbbdb5ee5e1bb7960e49fb9d821ccb4d5c7887b /CLI/rust/Cargo.toml | |
| parent | c8df96eb582d8fdf7faef5c298201c5fe1bd7bdd (diff) | |
Add clap CLI dependency
Diffstat (limited to 'CLI/rust/Cargo.toml')
| -rw-r--r-- | CLI/rust/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CLI/rust/Cargo.toml b/CLI/rust/Cargo.toml index 39eb416..9de2ba5 100644 --- a/CLI/rust/Cargo.toml +++ b/CLI/rust/Cargo.toml @@ -5,3 +5,4 @@ authors = ["a14m <[email protected]>"] edition = "2018" [dependencies] +clap = "3.0.0-beta.2" |
