Add more enum-iterator related stuff

This commit is contained in:
Kerollmops
2022-10-18 11:02:46 +02:00
committed by Clément Renault
parent 591527a99d
commit b2c5bc67b7
7 changed files with 17 additions and 22 deletions

View File

@ -16,8 +16,8 @@ proptest-derive = { version = "0.3.0", optional = true }
roaring = { version = "0.10.0", features = ["serde"] }
serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0.85"
time = { version = "0.3.7", features = ["serde-well-known", "formatting", "parsing", "macros"] }
thiserror = "1.0.30"
time = { version = "0.3.7", features = ["serde-well-known", "formatting", "parsing", "macros"] }
tokio = "1.0"
uuid = { version = "1.1.2", features = ["serde", "v4"] }