2023-09-05 02:58:33 -03:00
|
|
|
[package]
|
|
|
|
|
name = "playlist-check"
|
2023-11-08 01:58:09 -03:00
|
|
|
version = "0.1.2"
|
2025-02-25 00:19:14 -03:00
|
|
|
edition = "2024"
|
2023-09-05 02:58:33 -03:00
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2025-02-25 00:19:14 -03:00
|
|
|
anyhow = "1.0.96"
|
|
|
|
|
camino = "1.1.9"
|
|
|
|
|
clap = { version = "4.5.31", features = ["derive"] }
|
2023-09-05 02:58:33 -03:00
|
|
|
m3u = "1.0.0"
|