mirror of
https://github.com/Dummi26/musicdb.git
synced 2025-03-10 14:13:53 +01:00
12 lines
283 B
TOML
Executable File
12 lines
283 B
TOML
Executable File
[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.16.0"
|
|
mp3-duration = "0.1.10"
|
|
musicdb-lib = { version = "0.1.0", path = "../musicdb-lib" }
|