aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorZac Pullar-Strecker <zacps@users.noreply.github.com>2018-12-28 03:16:31 +1300
committerChristian Duerr <chrisduerr@users.noreply.github.com>2018-12-27 14:16:31 +0000
commit6d7647c8907978892d635bb79d8ba39629f8e194 (patch)
tree68bbc44615f371ce89b512e97b749c9b819a498b /Cargo.toml
parentf0180430dfea33d806ab530e789d2edb1488af6b (diff)
downloadalacritty-6d7647c8907978892d635bb79d8ba39629f8e194.tar.gz
alacritty-6d7647c8907978892d635bb79d8ba39629f8e194.zip
Make windows config location more sensible
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 297ddacb..7f7de060 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -60,6 +60,7 @@ winpty = { path = "./winpty" }
mio-named-pipes = "0.1"
winapi = { version = "0.3.5", features = ["winuser", "synchapi", "roerrorapi", "winerror"]}
dunce = "0.1"
+dirs = "1.0"
[target.'cfg(target_os = "macos")'.dependencies]
objc = "0.2.2"