Add serde

This commit is contained in:
2025-07-30 19:08:09 -04:00
parent f8c7227c68
commit 260142445a
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@ -1261,6 +1261,7 @@ dependencies = [
"futures-util",
"nanodb",
"rspotify",
"serde",
"tokio",
]

View File

@ -8,4 +8,5 @@ dotenvy = "0.15.7"
futures-util = "0.3.31"
nanodb = "0.4.5"
rspotify = { version = "0.14.0", default-features = false, features = ["cli", "client-reqwest", "reqwest-rustls-tls", "webbrowser"] }
serde = "1.0.219"
tokio = { version = "1.45.1", features = ["macros", "rt-multi-thread"] }