Add Sequence impl, other changes/adjustments

This commit is contained in:
F. Levi
2024-09-17 23:10:59 +03:00
parent 69a51d4a70
commit 3ed3188f54
3 changed files with 47 additions and 18 deletions

View File

@ -40,7 +40,7 @@ time = { version = "0.3.36", features = [
] }
tokio = "1.38"
uuid = { version = "1.10.0", features = ["serde", "v4"] }
bitflags = {version = "2.6.0", features = ["serde"] }
bitflags = {version = "2.6.0" }
[dev-dependencies]
insta = "1.39.0"