14 lines
328 B
TOML
14 lines
328 B
TOML
[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" }
|