diff options
| author | Teddy Wing | 2018-09-25 16:44:57 +0200 |
|---|---|---|
| committer | Teddy Wing | 2018-09-25 16:44:57 +0200 |
| commit | 43cb01b377d5fcb01acd7a2972cca2b428eeef33 (patch) | |
| tree | ce04c3a4608c9b39fea0d9a41a8016ec7a38cadb /Cargo.toml | |
| parent | a9a662bfb9c35b74abb85f239e3b7caade811b65 (diff) | |
| download | dome-key-map-43cb01b377d5fcb01acd7a2972cca2b428eeef33.tar.bz2 | |
Cargo.toml: Add logging crates
Facilitate logging to stderr.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ autopilot = "0.1.7" cocoa = "0.18.0" combine = "3.4.0" libc = "0.2.43" +log = "0.4.5" +stderrlog = "0.4.1" xdg = "2.1.0" [build-dependencies] |
