refile-m4b/Cargo.toml
ForgeJo Action. See: https://git.kemitix.net/kemitix/rust a4693e3da9
All checks were successful
Release Please / Release-plz (push) Successful in 1m58s
Rust / build (map[name:stable]) (push) Successful in 1m35s
Rust / build (map[name:nightly]) (push) Successful in 3m27s
chore: release
Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
2024-10-12 07:20:56 +00:00

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"