summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
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"
9[dependencies] 9[dependencies]
10dbus = "0.6.2" 10dbus = "0.6.2"
11 11
12clap = { git = "https://github.com/kbknapp/clap-rs", branch = "v3-master" } 12#clap = { git = "https://github.com/kbknapp/clap-rs", branch = "v3-master" }
13clap = "*"
13clap-verbosity-flag = "0.2" 14clap-verbosity-flag = "0.2"
14clap-log-flag = "0.1" 15clap-log-flag = "0.1"
15structopt = "0.2" 16structopt = "0.2"