Add structopt for arg parsing

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-02-25 14:19:12 -05:00
parent bc4f59ecad
commit 07abfc96b5
3 changed files with 120 additions and 13 deletions

View File

@@ -9,6 +9,7 @@ build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
structopt = "0.3"
bitflags = "1"
byteorder = "1"
lazy_static = "1"