main: implement mixxx sqlite reading

This commit is contained in:
2026-05-31 18:21:05 +02:00
parent cb02971480
commit 7c15eec10d
4 changed files with 103 additions and 54 deletions
+1
View File
@@ -19,6 +19,7 @@ schemars = "1.2.1"
scraper = "0.27.0"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.150"
sqlite = "0.37.0"
static-iref = "3.0.0"
throbber-widgets-tui = "0.11.0"
tokio = { version = "1.52.3", features = ["full"] }