rtb-error 0.5.2

Rust Tool Base — error types and the diagnostic report pipeline.
Documentation
[package]
name = "rtb-error"
description = "Rust Tool Base — error types and the diagnostic report pipeline."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
readme.workspace = true
homepage.workspace = true
documentation.workspace = true
categories.workspace = true
keywords.workspace = true

[lints]
workspace = true

[dependencies]
miette = { workspace = true }
thiserror = { workspace = true }

[dev-dependencies]
cucumber = { workspace = true }
tokio = { workspace = true }
insta = { workspace = true }
trybuild = "1"