aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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"