sgutils2: use thiserror to derive Error

This commit is contained in:
Dietmar Maurer
2021-04-12 09:36:29 +02:00
parent a5322f3c50
commit 164ad7b706
2 changed files with 13 additions and 35 deletions

View File

@ -32,6 +32,7 @@ endian_trait = { version = "0.6", features = ["arrays"] }
env_logger = "0.7"
flate2 = "1.0"
anyhow = "1.0"
thiserror = "1.0"
futures = "0.3"
h2 = { version = "0.3", features = [ "stream" ] }
handlebars = "3.0"