aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2018-10-20 16:43:49 +0200
committerTeddy Wing2018-10-20 16:43:49 +0200
commit56e02991a4577b99dbb5d1b73802b768bdaadd1b (patch)
tree07f2dc68932db8be071c46a5a157ca567ad4b43d /Cargo.toml
parent086ff7801a73464b06a9629ff5dc0df84a5e8e52 (diff)
downloaddome-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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 17a080b..b51baf9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"