Add nanodb

This commit is contained in:
2025-07-30 18:56:47 -04:00
parent 0b3534348f
commit f8c7227c68
2 changed files with 65 additions and 2 deletions

View File

@ -6,5 +6,6 @@ edition = "2024"
[dependencies]
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"] }
tokio = { version = "1.45.1", features = ["macros", "rt-multi-thread"] }