mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Always search for host in ~/.local/share/yabridge
This commit is contained in:
@@ -10,10 +10,11 @@ repository = "https://github.com/robbert-vdh/yabridge"
|
||||
license = "GPL-3.0-or-later"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.31"
|
||||
aho-corasick = "0.7.13"
|
||||
colored = "2.0.0"
|
||||
anyhow = "1.0.31"
|
||||
clap = { version = "3.0.0-beta.1", features = ["wrap_help"] }
|
||||
colored = "2.0.0"
|
||||
is_executable = "0.1.2"
|
||||
lazy_static = "1.4.0"
|
||||
promptly = "0.3.0"
|
||||
rayon = "1.3.1"
|
||||
|
||||
Reference in New Issue
Block a user