refactor(runner): use custom error types with thiserror and miette

This commit is contained in:
2026-02-11 15:46:33 +02:00
parent cf8c1d9f84
commit cda6024062
5 changed files with 85 additions and 18 deletions

View File

@@ -9,13 +9,14 @@ clap.workspace = true
common.workspace = true
miette.workspace = true
rustls.workspace = true
serde.workspace = true
thiserror.workspace = true
tokio-rustls.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
uuid.workspace = true
serde.workspace = true
toml.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true
uuid.workspace = true
[lints]
workspace = true