summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: efb8cccb20912b26b647ac862a3bc949b2d8ee24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "dua"
version = "1.0.0"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
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