Re-organized providers and added a few
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user