Remove dependency on thiserror

This commit is contained in:
Joscha 2023-02-12 20:01:04 +01:00
parent 4a8978bbb3
commit 5c044494e7
2 changed files with 27 additions and 7 deletions

View file

@ -8,5 +8,4 @@ tokio = ["dep:tokio"]
[dependencies]
rusqlite = "0.28.0"
thiserror = "1.0.37"
tokio = { version = "1.23.0", features = ["sync"], optional = true }