summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-04-28 19:51:18 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-04-28 20:27:15 +0200
commitb2bb2d91d824b395c17e72c81aa3efd2574d6e0f (patch)
treec4b9ab9b1c3ce5eee083455591a43e403b56d6e8 /Cargo.toml
parent7533256d9ab21d455ad5691c2a68940bd30b72d9 (diff)
Add simple CLI definition for later
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 853cbee..889aa0c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,3 +35,4 @@ hyper = "0.12"
itertools = "0.7"
tokio = { version = "0.2", features = ["full"] }
add_getters_setters = "1.1"
+structopt = "0.3"