summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmila Welihinda <amilajack@gmail.com>2018-12-07 10:35:58 -0800
committerDavid Peter <sharkdp@users.noreply.github.com>2018-12-07 19:53:14 +0100
commita242ad3d9ae76f91b098cb976008a5b9d90ca0c7 (patch)
treec160686b709cfc2dad005063fa2bb05e28470dfd
parent071be5a57b03a29479d7add7b34590e1d8c9a84d (diff)
remove unnecessary lib metadata
-rw-r--r--Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 26debea..fa17741 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,3 @@ features = ["suggestions", "color", "wrap_help"]
[profile.release]
lto = true
codegen-units = 1
-
-[lib]
-name = "diskus"
-path = "src/lib.rs"