Skip to content

Commit 8f52173

Browse files
committed
cargo: add clap argument parser
We want to be able to parse arguments, so add clap. Signed-off-by: Sean Cross <[email protected]>
1 parent 6bf1bd6 commit 8f52173

File tree

2 files changed

+87
-0
lines changed

2 files changed

+87
-0
lines changed

Cargo.lock

Lines changed: 86 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ version = "0.1.0"
44
authors = ["Sean Cross <[email protected]>"]
55

66
[dependencies]
7+
clap = "2.29.2"
78
midir = "0.5.0"
89
enigo = "0.0.11"

0 commit comments

Comments
 (0)