aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-09-25 13:14:51 +0200
committerTeddy Wing2018-09-25 13:14:51 +0200
commitb0be366aa4e6eef93e4788e81c11cf481f90e556 (patch)
tree653678644eeb0b065efa20f2e4ae9cb973bb4e52
parent0dc132e5cbda012dff9faed9a115e2d96c1419af (diff)
downloaddome-key-map-b0be366aa4e6eef93e4788e81c11cf481f90e556.tar.bz2
Cargo.toml: Add 'xdg' crate
Facilitate interacting with config files in XDG directories.
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3f6804e..b25f4b1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ autopilot = "0.1.7"
cocoa = "0.18.0"
combine = "3.4.0"
libc = "0.2.43"
+xdg = "2.1.0"
[build-dependencies]
cbindgen = "0.6.2"