[package] name = "tb-cli" description = "Terminal Basic: Standalone-Kommandozeilen-Compiler (tbc)" version.workspace = true edition.workspace = true license.workspace = true authors.workspace = true [[bin]] name = "tbc" path = "src/main.rs" [dependencies] tb-runner.workspace = true tb-export.workspace = true tb-frontend.workspace = true tb-vm.workspace = true tb-runtime.workspace = true tb-ui = { workspace = true, features = ["terminal"] } anyhow.workspace = true [dev-dependencies] tb-ide = { path = "../tb-ide" } crossterm.workspace = true ratatui.workspace = true [target.'cfg(unix)'.dependencies] signal-hook.workspace = true [target.'cfg(windows)'.dependencies] windows-sys = { version = "0.59", features = ["Win32_System_Console"] }