Remove errors

This commit is contained in:
Andras Schmelczer 2024-11-29 22:26:18 +00:00
parent 3303a31cc4
commit 35be112de2
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
6 changed files with 28 additions and 56 deletions

View file

@ -5,8 +5,6 @@ edition = "2021"
[dependencies]
ropey = { version = "1.6.1", default-features = false, features = ["simd"] }
thiserror = {workspace = true}
log = {workspace = true}
# optional dependencies
serde = { version = "1.0.215", optional = true }