From b0be366aa4e6eef93e4788e81c11cf481f90e556 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 25 Sep 2018 13:14:51 +0200 Subject: Cargo.toml: Add 'xdg' crate Facilitate interacting with config files in XDG directories. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3