feat: musicdb-shuffle-all-songs tool

This commit is contained in:
Mark
2026-04-16 00:27:03 +02:00
parent ab17477285
commit dae7daaf25
3 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[package]
name = "musicdb-shuffle-all-songs"
version = "0.1.0"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
musicdb-lib = { path = "../musicdb-lib" }