Phase 6: Native Executables implementieren und Change archivieren

This commit is contained in:
2026-09-07 14:16:32 +02:00
parent 993c3e7638
commit 60d37ec79d
28 changed files with 1951 additions and 215 deletions

View File

@@ -7,6 +7,8 @@ members = [
"crates/tb-ui",
"crates/tb-cli",
"crates/tb-ide",
"crates/tb-runner",
"crates/tb-export",
]
[workspace.package]
@@ -38,6 +40,8 @@ log = "0.4"
# Interne Crates
tb-frontend = { path = "crates/tb-frontend" }
tb-vm = { path = "crates/tb-vm" }
tb-runner = { path = "crates/tb-runner" }
tb-export = { path = "crates/tb-export" }
tb-runtime = { path = "crates/tb-runtime" }
tb-ui = { path = "crates/tb-ui" }