refile-m4b/Cargo.toml

12 lines
232 B
TOML
Raw Normal View History

2023-08-27 14:15:29 +01:00
[package]
name = "auto-file-mp4"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
mp4 = "0.14.0"
taglib = "1.0.0"
2023-08-27 14:28:41 +01:00
anyhow = "1.0.75"