Initialize project scaffold and domain model

This commit is contained in:
a.tolmachev
2026-03-25 12:20:42 +03:00
commit fb302b2a2c
51 changed files with 6815 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[package]
name = "admin-api"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
version.workspace = true
[dependencies]
tokio.workspace = true
tracing.workspace = true
+1
View File
@@ -0,0 +1 @@
fn main() {}
+11
View File
@@ -0,0 +1,11 @@
[package]
name = "mcp-server"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
version.workspace = true
[dependencies]
tokio.workspace = true
tracing.workspace = true
+1
View File
@@ -0,0 +1 @@
fn main() {}
+3
View File
@@ -0,0 +1,3 @@
# UI
The UI app is planned as a separate TypeScript project and is intentionally kept outside the Cargo workspace.