refile-m4b/Cargo.toml
ForgeJo Action. See: https://git.kemitix.net/kemitix/rust 57a109f84b chore: release
Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
2024-10-11 09:35:36 +00:00

18 lines
546 B
TOML

[package]
name = "refile-mp4"
version = "0.3.1"
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"
# 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"
taglib = "1.0.0"
[dev-dependencies]
pretty_assertions = "1.4"
rstest = "0.23"