aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-12-20 15:11:17 +0100
committerHarald Eilertsen <haraldei@anduin.net>2018-12-20 15:11:17 +0100
commit004005688eff68d12043cc388146af30819f4b00 (patch)
treea44fbb7c312a5340d1a118be2627245a6e84dcfa /Cargo.toml
parentfc5877b7b8095a6ec0bb11eba2cd16c2ce5e2feb (diff)
downloadtrriggy-004005688eff68d12043cc388146af30819f4b00.tar.gz
trriggy-004005688eff68d12043cc388146af30819f4b00.tar.bz2
trriggy-004005688eff68d12043cc388146af30819f4b00.zip
Use clap for command line parsing.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bcfcb5f..d45828f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,10 @@
[package]
name = "trriggy"
+description = "A naive trigger/drum replacer in Rust."
version = "0.1.0"
-authors = ["haraldei"]
+authors = ["Harald Eilertsen <haraldei@anduin.net>"]
edition = "2018"
[dependencies]
+clap = "2.32.0"
hound = "3.4.0"