[package] name = "dua" version = "1.0.0" authors = ["Sebastian Thiel "] publish = false edition = "2018" [dependencies] failure = "0.1.1" failure-tools = "4.0.2" structopt = "0.2.14" [[bin]] name="dua" path="src/main.rs" [profile.release] panic = 'unwind' incremental = false overflow-checks = true