From 004005688eff68d12043cc388146af30819f4b00 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 20 Dec 2018 15:11:17 +0100 Subject: Use clap for command line parsing. --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 "] edition = "2018" [dependencies] +clap = "2.32.0" hound = "3.4.0" -- cgit v1.2.3