expose anyhow errors

feature name was wrong
This commit is contained in:
Simon Laux
2022-06-29 21:52:52 +02:00
parent 60d3a3cacf
commit 6fee4fd878

View File

@@ -21,7 +21,7 @@ log = "0.4"
async-channel = { version = "1.6.1" }
futures = { version = "0.3.19" }
serde_json = "1.0.75"
yerpc = { version = "0.3", features = ["anyhow"] }
yerpc = { version = "0.3", features = ["anyhow_expose"] }
typescript-type-def = { version = "0.5.3", features = ["json_value"] }
tokio = { version = "1.19.2" }