aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2018-09-24 18:12:47 +0200
committerTeddy Wing2018-09-24 18:12:47 +0200
commitd300f69b3486e1c7740848edd19919b133a7b7cd (patch)
tree146a56e1c635e107ed1c760bb6f81d9fc9edbefb /Cargo.toml
parent8cf96771dc99212620a7252bca0db340992be3f6 (diff)
downloaddome-key-map-d300f69b3486e1c7740848edd19919b133a7b7cd.tar.bz2
Cargo.toml: Add 'autopilot' crate
To simulate key presses.
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 2c2176e..3f6804e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,7 @@ name = "dome-key-map"
version = "0.0.1"
[dependencies]
+autopilot = "0.1.7"
cocoa = "0.18.0"
combine = "3.4.0"
libc = "0.2.43"