Add tokio

This commit is contained in:
2025-06-23 14:58:38 -04:00
parent 9ad8fc57c5
commit 3f30e5e1b1
2 changed files with 73 additions and 0 deletions

View File

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