Add cli feature for rspotify

This commit is contained in:
2025-06-23 15:26:00 -04:00
parent 8c056c41df
commit fc36b58897
2 changed files with 216 additions and 6 deletions

View File

@ -5,5 +5,5 @@ edition = "2024"
[dependencies]
dotenvy = "0.15.7"
rspotify = "0.14.0"
rspotify = { version = "0.14.0", features = ["cli"] }
tokio = { version = "1.45.1", features = ["full"] }