Re-organized providers and added a few
Some checks failed
CI / check (push) Failing after 1m10s
CI / docker (push) Has been skipped

This commit is contained in:
Connor Johnstone
2026-03-20 14:52:16 -04:00
parent d3f4dc33d5
commit 4ec47252d9
19 changed files with 1302 additions and 6 deletions

17
Cargo.lock generated
View File

@@ -3091,9 +3091,11 @@ dependencies = [
"actix-web",
"anyhow",
"clap",
"dotenvy",
"rand 0.9.2",
"serde_json",
"shanty-config",
"shanty-data",
"shanty-db",
"shanty-search",
"shanty-tag",
@@ -3116,6 +3118,18 @@ dependencies = [
"tracing-subscriber",
]
[[package]]
name = "shanty-data"
version = "0.1.0"
dependencies = [
"reqwest",
"serde",
"serde_json",
"thiserror",
"tokio",
"tracing",
]
[[package]]
name = "shanty-db"
version = "0.1.0"
@@ -3233,6 +3247,7 @@ dependencies = [
"sea-orm",
"serde",
"serde_json",
"shanty-data",
"shanty-db",
"shanty-tag",
"thiserror",
@@ -3267,6 +3282,7 @@ dependencies = [
"sea-orm",
"serde",
"serde_json",
"shanty-data",
"shanty-db",
"strsim",
"tempfile",
@@ -3319,6 +3335,7 @@ dependencies = [
"serde_json",
"serde_yaml",
"shanty-config",
"shanty-data",
"shanty-db",
"shanty-dl",
"shanty-index",