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

1
Cargo.lock generated
View File

@@ -770,6 +770,7 @@ dependencies = [
"miette",
"rustls",
"serde",
"thiserror",
"tokio",
"tokio-rustls",
"toml",