summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsyn <isaqtm@gmail.com>2020-01-18 19:50:27 +0300
committersyn <isaqtm@gmail.com>2020-01-18 19:50:27 +0300
commit2ce5e581f392529e53141d746b9e08209850424d (patch)
treea4c4368ea6cfa1f445b5bb34317744c839c9421c /Cargo.toml
parentd1c53c1f166853d17af38fe9ce1fbf120930863b (diff)
downloadevr-2ce5e581f392529e53141d746b9e08209850424d.tar.gz
Remove structopt
There are 3 options, so structopt is an unnecessary dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 16893da..937517b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,6 @@ edition = "2018"
[dependencies]
clap = "2.33"
-structopt = "0.3"
serde = "1"
toml = "0.5"
serde_derive = "1"