Add futures-util
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1270,6 +1270,7 @@ name = "spotify-top-songs-playlist"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dotenvy",
|
"dotenvy",
|
||||||
|
"futures-util",
|
||||||
"rspotify",
|
"rspotify",
|
||||||
"tokio",
|
"tokio",
|
||||||
]
|
]
|
||||||
|
@ -5,5 +5,6 @@ edition = "2024"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
dotenvy = "0.15.7"
|
dotenvy = "0.15.7"
|
||||||
|
futures-util = "0.3.31"
|
||||||
rspotify = { version = "0.14.0", features = ["cli"] }
|
rspotify = { version = "0.14.0", features = ["cli"] }
|
||||||
tokio = { version = "1.45.1", features = ["full"] }
|
tokio = { version = "1.45.1", features = ["full"] }
|
||||||
|
Reference in New Issue
Block a user