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

View File

@@ -13,7 +13,7 @@ members = [
"shanty-playlist",
"shanty-serve",
"shanty-play",
"shanty-web",
"shanty-web", "shanty-data",
]
resolver = "3"
@@ -55,6 +55,7 @@ path = "src/main.rs"
[dependencies]
shanty-config = { path = "shanty-config" }
shanty-data = { path = "shanty-data" }
shanty-db = { path = "shanty-db" }
shanty-web = { path = "shanty-web" }
shanty-tag = { path = "shanty-tag" }
@@ -71,3 +72,4 @@ tracing = { workspace = true }
tracing-subscriber = { workspace = true }
anyhow = { workspace = true }
serde_json = { workspace = true }
dotenvy = "0.15"