Files
pile/crates/pile-dataset/Cargo.toml
rm-dr 2431cee210
Some checks failed
CI / Typos (push) Successful in 22s
CI / Clippy (push) Successful in 51s
CI / Build and test (push) Has been cancelled
Parallel indexing
2026-02-21 20:30:45 -08:00

26 lines
595 B
TOML

[package]
name = "pile-dataset"
version = { workspace = true }
rust-version = { workspace = true }
edition = { workspace = true }
[lints]
workspace = true
[dependencies]
pile-config = { workspace = true }
pile-toolbox = { workspace = true }
pile-flac = { workspace = true }
serde_json = { workspace = true }
itertools = { workspace = true }
walkdir = { workspace = true }
tantivy = { workspace = true }
tracing = { workspace = true }
jsonpath-rust = { workspace = true }
chrono = { workspace = true }
toml = { workspace = true }
thiserror = { workspace = true }
rayon = { workspace = true }