Add the configuration struct for yabridgectl

This commit is contained in:
Robbert van der Helm
2020-07-13 13:24:28 +02:00
parent 2b1f29cc19
commit 4537b6a5b0
4 changed files with 121 additions and 2 deletions
+2 -2
View File
@@ -9,10 +9,10 @@ description = "Optional command line helper to set up yabridge"
repository = "https://github.com/robbert-vdh/yabridge"
license = "GPL-3.0-or-later"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
aho-corasick = "0.7.13"
clap = "3.0.0-beta.1"
rayon = "1.3.1"
toml = "0.5.6"
walkdir = "2.3.1"
xdg = "2.2.0"