Simplify error handling with anyhow

This commit is contained in:
John Doty 2022-10-09 08:21:03 -07:00
parent 82569743a3
commit 7f8e14384e
6 changed files with 90 additions and 138 deletions

View file

@ -6,7 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
bytes = "1"
thiserror = "1.0"
tokio = { version = "1", features = ["full"] }
[target.'cfg(target_os="linux")'.dependencies]