Initial pile-dataset

This commit is contained in:
2026-01-06 23:05:58 -08:00
parent 3846553b8a
commit af3140d1ab
9 changed files with 540 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
[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 }