aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-10-05 17:50:43 +0200
committerTeddy Wing2018-10-05 17:50:43 +0200
commit9a36a0c9a7144e1450fd76afed2f67f4fa3e9b1e (patch)
tree5871fe289247e8d0bd89e71bc1c430aed9c4a6da
parent85de1bbd2ef62aa6ea9e2b13147b51ec3245face (diff)
downloaddome-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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8b0da47..0d918d2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"