Re-organized providers and added a few

This commit is contained in:
Connor Johnstone
2026-03-20 14:52:16 -04:00
parent d358b79a6b
commit cbd0243516
3 changed files with 12 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ description = "Online music search for Shanty"
repository = "ssh://connor@git.rcjohnstone.com:2222/Shanty/search.git"
[dependencies]
shanty-data = { path = "../shanty-data" }
shanty-db = { path = "../shanty-db" }
shanty-tag = { path = "../shanty-tag" }
sea-orm = { version = "1", features = ["sqlx-sqlite", "runtime-tokio-native-tls"] }