Ereigniszustellung und Hostgrenzen korrigieren und Change archivieren

This commit is contained in:
2026-09-05 19:15:31 +02:00
parent 57d6386a5a
commit 644a86212f
39 changed files with 2013 additions and 271 deletions

View File

@@ -0,0 +1,13 @@
[package]
name = "tb-terminalfrei-check"
version = "0.0.0"
edition = "2021"
publish = false
# Eigener Resolver: keine Feature-Unifikation mit CLI/IDE im Hauptworkspace.
[workspace]
[dependencies]
tb-vm = { path = "../../crates/tb-vm" }
tb-runtime = { path = "../../crates/tb-runtime" }
tb-ui = { path = "../../crates/tb-ui" }