repo: better error handling

fixup repo err handling
This commit is contained in:
Sebastian Kuzminsky 2025-02-09 14:54:48 -07:00
parent 2c1f331523
commit 312dcc7ead
5 changed files with 35 additions and 6 deletions

View file

@ -7,5 +7,6 @@ edition = "2021"
anyhow = "1.0.95"
clap = { version = "4.5.26", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
thiserror = "2.0.11"
toml = "0.8.19"
uuid = { version = "1.12.1", features = ["std", "v4" ] }