Ereigniszustellung und Hostgrenzen korrigieren und Change archivieren
This commit is contained in:
13
tests/terminalfrei/Cargo.toml
Normal file
13
tests/terminalfrei/Cargo.toml
Normal 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" }
|
||||
Reference in New Issue
Block a user