music-downloader/Cargo.toml

15 lines
369 B
TOML
Raw Normal View History

2023-10-17 11:14:01 -07:00
[package]
name = "music-downloader"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-10-17 11:51:35 -07:00
clap = { version = "4.4.6", features = ["derive"] }
2023-10-20 11:50:13 -07:00
regex = "1.10.2"
2023-10-17 11:37:24 -07:00
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
spotify-rs = "0.3.9"
which = "4.4.2"