playlist-check/Cargo.toml

13 lines
305 B
TOML

[package]
name = "playlist-check"
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"
camino = "1.1.6"
clap = { version = "4.4.0", features = ["derive"] }
m3u = "1.0.0"
once_cell = "1.18.0"