forge-error 0.5.0

Typed error types for Forge gateway dispatcher traits
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "forge-error"
description = "Typed error types for Forge gateway dispatcher traits"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
thiserror.workspace = true
anyhow.workspace = true
serde.workspace = true
serde_json.workspace = true
strsim.workspace = true