summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-05-29 16:48:24 +0530
committerSebastian Thiel <sthiel@thoughtworks.com>2019-05-29 16:52:32 +0530
commit247a3b9dc851237288fd243a9029afcec6453e5d (patch)
tree13c10f39200d4d6593eea4b3c0f6e77d8dcf7e82 /Cargo.toml
parente9a447250ba9ffd10f94f6f7d970c6da141c185d (diff)
mission statement and first tasks, to get started
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 6 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index efb8ccc..496a785 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
-name = "dua"
-version = "1.0.0"
+name = "dua-cli"
+version = "0.1.0"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
publish = false
edition = "2018"
@@ -14,7 +14,10 @@ structopt = "0.2.14"
name="dua"
path="src/main.rs"
+[lib]
+name="dua"
+
[profile.release]
panic = 'unwind'
incremental = false
-overflow-checks = true
+overflow-checks = false