struct_iterable: removed, seems not needed anymore

This commit is contained in:
nym21
2025-02-12 00:06:46 +01:00
parent 385b881068
commit eaf76e27f5
20 changed files with 64 additions and 571 deletions
-1
View File
@@ -28,7 +28,6 @@ reqwest = { version = "0.12.12", features = ["blocking", "json"] }
serde = { workspace = true }
serde_json = { version = "1.0.138", features = ["float_roundtrip"] }
storable_vec = { workspace = true }
struct_iterable = { workspace = true }
tokio = { version = "1.43.0", features = ["full"] }
tower-http = { version = "0.6.2", features = ["compression-full"] }
zstd = "0.13.2"