Add futures-util

This commit is contained in:
2025-06-23 20:34:14 -04:00
parent fe8041c00d
commit a8b07a792d
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@ -1270,6 +1270,7 @@ name = "spotify-top-songs-playlist"
version = "0.1.0"
dependencies = [
"dotenvy",
"futures-util",
"rspotify",
"tokio",
]

View File

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