diff options
| author | Teddy Wing | 2018-09-25 13:14:51 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2018-09-25 13:14:51 +0200 | 
| commit | b0be366aa4e6eef93e4788e81c11cf481f90e556 (patch) | |
| tree | 653678644eeb0b065efa20f2e4ae9cb973bb4e52 | |
| parent | 0dc132e5cbda012dff9faed9a115e2d96c1419af (diff) | |
| download | dome-key-map-b0be366aa4e6eef93e4788e81c11cf481f90e556.tar.bz2 | |
Cargo.toml: Add 'xdg' crate
Facilitate interacting with config files in XDG directories.
| -rw-r--r-- | Cargo.toml | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -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" | 
