aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-03-29 16:37:29 -0700
committerFuwn <[email protected]>2021-03-29 16:37:29 -0700
commit49da4b64f13856e9de984639d926351f4f5f96c6 (patch)
tree51f48f9a1763764c56118e2836f44231b9d7f584 /Cargo.toml
parentformat: Make use of `is_empty` method. (diff)
downloadwhirl-49da4b64f13856e9de984639d926351f4f5f96c6.tar.xz
whirl-49da4b64f13856e9de984639d926351f4f5f96c6.zip
etc: Remove unused dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3b27bd1..beed45f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,6 @@ serde_derive = "1.0.125"
# CLI
structopt = "0.3.21"
-clap = "3.0.0-beta.2"
# Config
confy = "0.4.0"