summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2020-05-24 02:52:47 +0200
committerGitHub <noreply@github.com>2020-05-24 00:52:47 +0000
commit88d87cfa86b4c4c14851a1901a6dbe59752044ad (patch)
tree9c06d2275418a794d1090c5062755a3f7bc4e089 /alacritty_terminal/Cargo.toml
parent69a9ee5e0ebc376c5815416306217dd3c28ca1b3 (diff)
Remove unused dependencies
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r--alacritty_terminal/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
index 36b5f659..99ed6a21 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -10,7 +10,6 @@ edition = "2018"
[dependencies]
libc = "0.2"
-notify = "4"
bitflags = "1"
font = { path = "../font" }
parking_lot = "0.10.2"
@@ -23,7 +22,6 @@ log = "0.4"
unicode-width = "0.1"
base64 = "0.11.0"
terminfo = "0.7.1"
-url = "2"
copypasta = { version = "0.7.0", default-features = false }
[target.'cfg(unix)'.dependencies]