refile-m4b/Cargo.toml
Paul Campbell 7fba5fb66a Support --version, --help and --directory cli args (#2)
Reviewed-on: kemitix/auto-file-mp4b-files#2
Co-authored-by: Paul Campbell <pcampbell@kemitix.net>
Co-committed-by: Paul Campbell <pcampbell@kemitix.net>
2024-02-04 13:42:47 +00:00

12 lines
291 B
TOML

[package]
name = "auto-file-mp4"
version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.4", features = ["derive", "cargo"] }
mp4 = "0.14.0"
taglib = "1.0.0"
anyhow = "1.0.75"