Use a custom error type in core

This commit is contained in:
Dustin J. Mitchell 2024-11-17 19:03:50 -05:00
parent 5a704729d7
commit dd6cc04d28
No known key found for this signature in database
10 changed files with 47 additions and 21 deletions

View file

@ -9,6 +9,7 @@ license = "MIT"
[dependencies]
uuid.workspace = true
anyhow.workspace = true
thiserror.workspace = true
log.workspace = true
env_logger.workspace = true
chrono.workspace = true