Added config support

This commit is contained in:
Connor Johnstone
2026-03-18 15:14:32 -04:00
parent ff41233a96
commit 32b4b533c0
11 changed files with 381 additions and 259 deletions

View File

@@ -7,6 +7,7 @@ description = "Web interface backend for Shanty"
repository = "ssh://connor@git.rcjohnstone.com:2222/Shanty/web.git"
[dependencies]
shanty-config = { path = "../shanty-config" }
shanty-db = { path = "../shanty-db" }
shanty-index = { path = "../shanty-index" }
shanty-tag = { path = "../shanty-tag" }