feat: add thiserror annotations to error

This commit is contained in:
Jindřich Moravec 2024-01-23 21:02:13 +01:00
parent 1d746430d2
commit f47fd24232
3 changed files with 13 additions and 1 deletions

1
Cargo.lock generated
View file

@ -255,6 +255,7 @@ name = "minisql"
version = "0.1.0"
dependencies = [
"bimap",
"thiserror",
]
[[package]]