Initial pile-dataset
Some checks failed
CI / Typos (push) Failing after 18s
CI / Build and test (push) Failing after 35s
CI / Clippy (push) Failing after 51s

This commit is contained in:
2026-01-06 23:05:58 -08:00
parent 3d9f0bd990
commit 2ee559be73
7 changed files with 183 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[package]
name = "pile-dataset"
version = { workspace = true }
rust-version = { workspace = true }
edition = { workspace = true }
[lints]
workspace = true
[dependencies]
pile-audio = { workspace = true }
serde_json = { workspace = true }
itertools = { workspace = true }
walkdir = { workspace = true }