mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-12 15:22:14 +02:00
Use anyhow for formatting and handling errors
This works better than doing it manually, and it significantly reduces the amount of boilerplate needed.
This commit is contained in:
@@ -10,6 +10,7 @@ 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"
|
||||
clap = { version = "3.0.0-beta.1", features = ["wrap_help"] }
|
||||
|
||||
Reference in New Issue
Block a user