max / audiofiles
| 1 | [package] |
| 2 | name = "audiofiles-train" |
| 3 | version = "0.5.0" |
| 4 | edition.workspace = true |
| 5 | |
| 6 | [[bin]] |
| 7 | name = "audiofiles-train" |
| 8 | path = "src/main.rs" |
| 9 | |
| 10 | [dependencies] |
| 11 | audiofiles-core = { workspace = true, features = ["analysis"] } |
| 12 | serde = { workspace = true } |
| 13 | serde_json = { workspace = true } |
| 14 | rand = { workspace = true } |
| 15 | rayon = { workspace = true } |
| 16 |