structopt

This commit is contained in:
2019-09-20 15:54:47 +02:00
parent 84ffd1fb94
commit 78d5eafc9a
9 changed files with 301 additions and 410 deletions

View File

@@ -13,13 +13,12 @@ libcryptsetup-sys = { git = "https://github.com/shimunn/cryptsetup-rs.git", bran
hex = "0.3.2"
rust-crypto = "0.2.36"
failure = "0.1.5"
serde_derive = "1.0.100"
serde = "1.0.100"
serde_json = "1.0.40"
rpassword = "4.0.1"
envy = "0.4.0"
structopt = "0.3.2"
[profile.release]
lto = true
opt-level = 'z'
panic = 'abort'
incremental = false
overflow-checks = false