refactor: Improvements to src-tauri

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2025-10-12 17:04:27 +11:00
parent 62a2561539
commit 5d22b883d5
16 changed files with 133 additions and 183 deletions

View File

@ -80,11 +80,12 @@ bytes = "1.10.1"
# Workspaces
client = { path = "../client" }
client = { version = "0.1.0", path = "../client" }
database = { path = "../database" }
process = { path = "../process" }
remote = { path = "../remote" }
remote = { version = "0.1.0", path = "../remote" }
utils = { path = "../utils" }
games = { version = "0.1.0", path = "../games" }
[dependencies.dynfmt]
version = "0.1.5"