mirror of
https://github.com/Dummi26/musicdb.git
synced 2026-04-28 17:49:59 +02:00
bugfix, musicdb-find_and_add_missing_songs tests
This commit is contained in:
10
musicdb-find_and_add_missing_songs/Cargo.toml
Executable file
10
musicdb-find_and_add_missing_songs/Cargo.toml
Executable file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "musicdb-find_and_add_missing_songs"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.16", features = ["derive"] }
|
||||
musicdb-lib = { path = "../musicdb-lib" }
|
||||
Reference in New Issue
Block a user