From fd0bd24fa4e98b3bcd95a14ff844411727fb4433 Mon Sep 17 00:00:00 2001 From: troido Date: Fri, 3 Apr 2020 18:26:38 +0200 Subject: added command line options --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit