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

View file

@ -7,3 +7,4 @@ edition = "2021"
[dependencies]
bimap = "0.6.3"
thiserror = "1.0.50"