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",
]