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:24 +0200
commit9e7eba59ee40a865d5e13560fcca43c8b6fb3514 (patch)
tree9d2206a7a71bf800f9ad5ac9da0df01961ee6824 /Cargo.toml
parentfe7ae42ae8560d642b00845381cabb89b591718b (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"