Improve config loading error handling

This commit is contained in:
Joscha 2023-04-30 22:51:28 +02:00
parent 101d36cd45
commit 2afda17d4b
4 changed files with 19 additions and 11 deletions

View file

@ -8,5 +8,6 @@ cove-input = { path = "../cove-input" }
cove-macro = { path = "../cove-macro" }
serde = { workspace = true }
thiserror = { workspace = true }
toml = "0.7.3"