Add serde
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1261,6 +1261,7 @@ dependencies = [
|
|||||||
"futures-util",
|
"futures-util",
|
||||||
"nanodb",
|
"nanodb",
|
||||||
"rspotify",
|
"rspotify",
|
||||||
|
"serde",
|
||||||
"tokio",
|
"tokio",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -8,4 +8,5 @@ dotenvy = "0.15.7"
|
|||||||
futures-util = "0.3.31"
|
futures-util = "0.3.31"
|
||||||
nanodb = "0.4.5"
|
nanodb = "0.4.5"
|
||||||
rspotify = { version = "0.14.0", default-features = false, features = ["cli", "client-reqwest", "reqwest-rustls-tls", "webbrowser"] }
|
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"] }
|
tokio = { version = "1.45.1", features = ["macros", "rt-multi-thread"] }
|
||||||
|
Reference in New Issue
Block a user