Phase 6: Native Executables implementieren und Change archivieren
This commit is contained in:
@@ -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" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user