refile-m4b/Cargo.toml
Paul Campbell 4d3bcd5283
All checks were successful
Rust / build (map[name:stable]) (push) Successful in 1m25s
Rust / build (map[name:nightly]) (push) Successful in 3m35s
Release Please / Release-plz (push) Successful in 1m16s
chore: add crates.io required fileds to Cargo.toml
2024-09-25 09:52:02 +01:00

18 lines
546 B
TOML

[package]
name = "refile-mp4"
version = "0.3.0"
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.22"