21 lines
469 B
TOML
21 lines
469 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-audio = { 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 }
|