refile-m4b/Cargo.toml

19 lines
546 B
TOML
Raw Normal View History

2023-08-27 14:15:29 +01:00
[package]
name = "refile-mp4"
version = "0.2.0"
2023-08-27 14:15:29 +01:00
edition = "2021"
description = "Refile a directory of m4b files by artist, album (where specified) and title. Used to refile m4b versions of converted aax files for use by Smart Audiobook Player."
license = "MIT"
2023-08-27 14:15:29 +01:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.75"
clap = { version = "4.4", features = ["derive", "cargo"] }
regex = "1.10"
2023-08-27 14:15:29 +01:00
taglib = "1.0.0"
[dev-dependencies]
pretty_assertions = "1.4"
rstest = "0.22"