diff options
author | syn <isaqtm@gmail.com> | 2020-01-18 19:50:27 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2020-01-18 19:50:27 +0300 |
commit | 2ce5e581f392529e53141d746b9e08209850424d (patch) | |
tree | a4c4368ea6cfa1f445b5bb34317744c839c9421c /Cargo.toml | |
parent | d1c53c1f166853d17af38fe9ce1fbf120930863b (diff) | |
download | evr-2ce5e581f392529e53141d746b9e08209850424d.tar.gz |
Remove structopt
There are 3 options, so structopt is an unnecessary dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ edition = "2018" [dependencies] clap = "2.33" -structopt = "0.3" serde = "1" toml = "0.5" serde_derive = "1" |