Rework error handling and merge the two state files.

This commit is contained in:
r-vdp 2023-04-11 21:54:45 +02:00
parent 0f0eeec627
commit d3c8c6923f
No known key found for this signature in database
7 changed files with 361 additions and 292 deletions

View file

@ -29,3 +29,4 @@ log = "0.4.17"
nix = "0.26.2"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
thiserror = "1.0.40"