a4693e3da9
Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
18 lines
546 B
TOML
18 lines
546 B
TOML
[package]
|
|
name = "refile-m4b"
|
|
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"
|