summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-04-16 02:13:24 +0200
committerrabite <rabite@posteo.de>2019-04-16 02:13:58 +0200
commitd853353cee2fb1276b12fa2b0e30410ea42d89d1 (patch)
tree682dcfcca7fb6bb9b9a81a7e7366d767426bc7fa /Cargo.toml
parentd3e634552d3338e220085df51a494e42a8d7d8cd (diff)
removed unused x11-clipboard 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 6308dc6..b5a37b7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,6 @@ categories = ["command-line-utilities"]
termion = "1.5.1"
unicode-width = "0.1.5"
lazy_static = "0.2.11"
-x11-clipboard = "0.3.1"
alphanumeric-sort = "1.0.6"
lscolors = { version = "0.5.0", features = [ "ansi_term" ] }
tree_magic = "0.2.1"