Tests pass

This commit is contained in:
Andras Schmelczer 2024-11-24 10:38:50 +00:00
parent cb1371693d
commit 88a66c45fb
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
5 changed files with 279 additions and 288 deletions

View file

@ -7,6 +7,9 @@ edition = "2021"
ropey = { version = "1.6.1", default-features = false, features = ["simd"] } #
thiserror = {workspace = true}
log = {workspace = true}
itertools = "0.13.0"
# optional dependencies
serde = { version = "1.0.215", optional = true }
[features]
@ -14,5 +17,4 @@ serde = [ "dep:serde" ]
[dev-dependencies]
insta = "1.41.1"
itertools = "0.13.0"
pretty_assertions = "1.4.1"