refile-m4b/Cargo.toml

13 lines
291 B
TOML
Raw Normal View History

2023-08-27 14:15:29 +01:00
[package]
name = "auto-file-mp4"
version = "0.2.0"
2023-08-27 14:15:29 +01:00
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"] }
2023-08-27 14:15:29 +01:00
mp4 = "0.14.0"
taglib = "1.0.0"
2023-08-27 14:28:41 +01:00
anyhow = "1.0.75"