musicdb/musicdb-filldb/Cargo.toml

12 lines
282 B
TOML
Raw Normal View History

2023-08-24 16:25:52 +02:00
[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"
2023-11-04 20:06:54 +01:00
mp3-duration = "0.1.10"
2023-08-24 16:25:52 +02:00
musicdb-lib = { version = "0.1.0", path = "../musicdb-lib" }