diff options
| author | Teddy Wing | 2018-10-20 16:43:49 +0200 |
|---|---|---|
| committer | Teddy Wing | 2018-10-20 16:43:49 +0200 |
| commit | 56e02991a4577b99dbb5d1b73802b768bdaadd1b (patch) | |
| tree | 07f2dc68932db8be071c46a5a157ca567ad4b43d /Cargo.toml | |
| parent | 086ff7801a73464b06a9629ff5dc0df84a5e8e52 (diff) | |
| download | dome-key-map-56e02991a4577b99dbb5d1b73802b768bdaadd1b.tar.bz2 | |
Cargo.toml: Add 'error-chain'
Make it easier to handle errors with `Result` types from other crates.
Diffstat (limited to 'Cargo.toml')
| -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" core-graphics = "0.17.2" +error-chain = "0.12.0" foreign-types = "0.3.2" getopts = "0.2.18" libc = "0.2.43" |
