Return len
Some checks failed
CI / Typos (push) Successful in 31s
CI / Clippy (push) Successful in 1m17s
CI / Build and test (all features) (push) Failing after 5m32s
CI / Build and test (push) Failing after 7m49s

This commit is contained in:
2026-03-24 03:43:26 -07:00
parent 6f267880c8
commit f7ea25f059
5 changed files with 11 additions and 44 deletions

View File

@@ -8,6 +8,8 @@ edition = { workspace = true }
workspace = true
[dependencies]
pile-dataset = { workspace = true, features = ["axum"] }
reqwest = { version = "0.12", features = ["json", "stream"] }
futures-core = "0.3"
serde = { workspace = true }