chore: Starting migrating references to database applications, auth, and base_url

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2025-10-22 18:55:55 +11:00
parent a2d1a989e0
commit 50eb7ff716
43 changed files with 968 additions and 623 deletions

View File

@ -6,6 +6,7 @@ edition = "2024"
[dependencies]
database = { version = "0.1.0", path = "../database" }
dirs = "6.0.0"
drop-consts = { version = "0.1.0", path = "../drop-consts" }
log = "0.4.28"
regex = "1.11.3"
rustix = "1.1.2"