playlist-check/Cargo.toml

12 lines
267 B
TOML
Raw Normal View History

[package]
name = "playlist-check"
2023-09-05 03:04:02 -03:00
version = "0.1.1"
edition = "2021"
# 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.0", features = ["derive"] }
m3u = "1.0.0"