add musicdb-mers and test file for run-mers mode (which adds a 'random' song every 5 seconds)

This commit is contained in:
Mark
2024-01-16 20:18:27 +01:00
parent d1f2db3e45
commit 75992a1529
3 changed files with 695 additions and 0 deletions

10
musicdb-mers/Cargo.toml Normal file
View File

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