summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-04-03 18:26:38 +0200
committertroido <troido@protonmail.com>2020-04-03 18:26:38 +0200
commitfd0bd24fa4e98b3bcd95a14ff844411727fb4433 (patch)
tree06e924a0f1ba31abb2e3d1cfb40d9b1f9354e01f /Cargo.toml
parent94ec558680b70ed747519d5fd787d94b74ae470d (diff)
added command line options
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 7c9776e..bbd5c8e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,3 +16,4 @@ rand = "0.7"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
ctrlc = { version = "3.1", features = ["termination"] }
+structopt = "0.3"