summaryrefslogtreecommitdiff
path: root/alacritty_terminal/Cargo.toml
diff options
context:
space:
mode:
authorCaden Haustein <code@brightlysalty.33mail.com>2020-12-22 02:38:50 +0000
committerGitHub <noreply@github.com>2020-12-22 02:38:50 +0000
commit8982000f01d5f476a995385253139b3555e2a5d0 (patch)
treefd3569564482ece31c1cb80897f0e7dcd0846933 /alacritty_terminal/Cargo.toml
parent5725f5812ca5e8d7d992da4ac66aa454a8a9a9ad (diff)
downloadalacritty-8982000f01d5f476a995385253139b3555e2a5d0.tar.gz
alacritty-8982000f01d5f476a995385253139b3555e2a5d0.zip
Remove terminfo dependency
Fixes #4597. Co-authored-by: Christian Duerr <contact@christianduerr.com>
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r--alacritty_terminal/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
index 9bdccf7b..b859185c 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -24,8 +24,8 @@ mio-extras = "2"
log = "0.4"
unicode-width = "0.1"
base64 = "0.12.0"
-terminfo = "0.7.1"
regex-automata = "0.1.9"
+dirs = "2.0.2"
[target.'cfg(unix)'.dependencies]
nix = "0.18.0"