summaryrefslogtreecommitdiffstats
path: root/CLI/rust/Cargo.toml
diff options
context:
space:
mode:
authora14m <[email protected]>2020-12-15 17:31:35 +0100
committera14m <[email protected]>2020-12-15 17:31:35 +0100
commit3640a4c90a1df1955dac8741bde27c22cf9ad807 (patch)
treeabbbdb5ee5e1bb7960e49fb9d821ccb4d5c7887b /CLI/rust/Cargo.toml
parentc8df96eb582d8fdf7faef5c298201c5fe1bd7bdd (diff)
Add clap CLI dependency
Diffstat (limited to 'CLI/rust/Cargo.toml')
-rw-r--r--CLI/rust/Cargo.toml1
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"