Simplify the error creation with thiserror and a smol friendly macro

This commit is contained in:
Tamo
2022-05-02 20:10:25 +02:00
parent c55368ddd4
commit 484a9ddb27
4 changed files with 142 additions and 328 deletions

View File

@ -35,6 +35,7 @@ smallstr = { version = "0.3.0", features = ["serde"] }
smallvec = "1.8.0"
smartstring = "1.0.1"
tempfile = "3.3.0"
thiserror = "1.0.31"
time = { version = "0.3.7", features = ["serde-well-known", "formatting", "parsing", "macros"] }
uuid = { version = "0.8.2", features = ["v4"] }