summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bf20b92..b45b1c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,6 +25,10 @@ features = ["suggestions", "color", "wrap_help"]
[dev-dependencies]
tempdir = "0.3"
+[[bin]]
+name = "diskus"
+path = "src/main.rs"
+
[profile.release]
lto = true
codegen-units = 1