Return len
Some checks failed
CI / Typos (push) Successful in 17s
CI / Clippy (push) Has started running
CI / Build and test (push) Has started running
CI / Build and test (all features) (push) Has been cancelled

This commit is contained in:
2026-03-24 03:37:45 -07:00
parent 6f267880c8
commit 347fb03cfd
5 changed files with 11 additions and 45 deletions

View File

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