This commit is contained in:
Mark
2023-08-24 16:25:52 +02:00
parent f414b849b7
commit c67dc9c7b1
12 changed files with 405 additions and 0 deletions

10
musicdb-filldb/Cargo.toml Executable file
View File

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