diff options
| author | Teddy Wing | 2018-08-22 01:41:44 +0200 |
|---|---|---|
| committer | Teddy Wing | 2018-08-22 01:41:44 +0200 |
| commit | 62f649a368bee6c7dbff88d7d599637bb9c5d184 (patch) | |
| tree | f7207789774853232bb5b3e67b3443c2af4ca3c9 /Cargo.toml | |
| parent | b58c082c39e77da664703c34c45d832a59974554 (diff) | |
| download | dome-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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,4 +3,5 @@ name = "dome-key-map" version = "0.0.1" [dependencies] +cocoa = "0.18.0" combine = "3.4.0" |
