Switch to anyhow for error handling
Use the anyhow crate for error handler to remove a bunch of boilerplate
as well as better error reporting.
Signed-off-by:
Sjoerd Simons <sjoerd@collabora.com>
parent
6b02e533
No related branches found
No related tags found
... | ... | @@ -6,6 +6,7 @@ edition = "2018" |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[dependencies] | ||
anyhow = "1.0" | ||
serde = { version = "1", features = ["derive"] } | ||
serde_json = "1.0" | ||
gimli = "0.16" | ||
... | ... |
Please register or sign in to comment