Initial Commit

This commit is contained in:
2026-06-05 16:52:42 +03:00
commit 045517d8b9
43 changed files with 968 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[workspace]
resolver = "2"
members = [
"packages/ui",
"packages/web",
"packages/desktop",
"packages/mobile",
"packages/api",
]
[workspace.dependencies]
dioxus = { version = "0.7.1" }
# workspace
ui = { path = "packages/ui" }
api = { path = "packages/api" }