aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2018-08-22 01:41:44 +0200
committerTeddy Wing2018-08-22 01:41:44 +0200
commit62f649a368bee6c7dbff88d7d599637bb9c5d184 (patch)
treef7207789774853232bb5b3e67b3443c2af4ca3c9 /Cargo.toml
parentb58c082c39e77da664703c34c45d832a59974554 (diff)
downloaddome-key-map-62f649a368bee6c7dbff88d7d599637bb9c5d184.tar.bz2
Cargo.toml: Add 'cocoa' crate
This will enable us to use Foundation data structures to hopefully export into a Cocoa project.
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 d970c98..851ed38 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,4 +3,5 @@ name = "dome-key-map"
version = "0.0.1"
[dependencies]
+cocoa = "0.18.0"
combine = "3.4.0"