From 515870c9e8ff833e50f5253ec6e6d43de97519ed Mon Sep 17 00:00:00 2001 From: Minijackson Date: Tue, 4 Sep 2018 12:33:44 +0200 Subject: Rust stable compatibility + use amplitude decibel conversion --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7a9cbb3..e60c8dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,8 @@ lalrpop = "0.15.2" [dependencies] dbus = "0.6.2" -clap = { git = "https://github.com/kbknapp/clap-rs", branch = "v3-master" } +#clap = { git = "https://github.com/kbknapp/clap-rs", branch = "v3-master" } +clap = "*" clap-verbosity-flag = "0.2" clap-log-flag = "0.1" structopt = "0.2" -- cgit v1.2.3