mirror of
https://github.com/Dummi26/musicdb.git
synced 2026-01-08 13:47:41 +01:00
add musicdb-mers and test file for run-mers mode (which adds a 'random' song every 5 seconds)
This commit is contained in:
10
musicdb-mers/Cargo.toml
Normal file
10
musicdb-mers/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user