Add thiserror crate

This commit is contained in:
Mark Sinclair
2021-10-06 20:41:10 +01:00
parent 7e581183f4
commit 81d49dc4b9
2 changed files with 2 additions and 0 deletions
Generated
+1
View File
@@ -1599,6 +1599,7 @@ dependencies = [
"schemars",
"serde",
"serde_json",
"thiserror",
"tokio",
"validator-client",
]
+1
View File
@@ -20,6 +20,7 @@ okapi = { version = "0.6.0-alpha-1", features = ["derive_json_schema"] }
rocket_okapi = "0.7.0-alpha-1"
log = "0.4.0"
pretty_env_logger = "0.4.0"
thiserror = "1.0.29"
mixnet-contract = { path = "../common/mixnet-contract" }
network-defaults = { path = "../common/network-defaults" }