diff options
| author | Teddy Wing | 2018-10-05 17:50:43 +0200 |
|---|---|---|
| committer | Teddy Wing | 2018-10-05 17:50:43 +0200 |
| commit | 9a36a0c9a7144e1450fd76afed2f67f4fa3e9b1e (patch) | |
| tree | 5871fe289247e8d0bd89e71bc1c430aed9c4a6da | |
| parent | 85de1bbd2ef62aa6ea9e2b13147b51ec3245face (diff) | |
| download | dome-key-map-9a36a0c9a7144e1450fd76afed2f67f4fa3e9b1e.tar.bz2 | |
Cargo.toml: Add 'getopts'
Decided to do command-line option parsing in Rust instead of C as it
seemed like it would be easier this way.
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ version = "0.0.1" autopilot = "0.1.7" cocoa = "0.18.0" combine = "3.4.0" +getopts = "0.2.18" libc = "0.2.43" log = "0.4.5" stderrlog = "0.4.1" |
