[package]
name = "ternlang-cli"
description = "Command-line interface for ternlang — run, build, sim, fmt, repl, and compat commands for the Balanced Ternary Execution VM."
readme = "README.md"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true
[[bin]]
name = "ternlang"
path = "src/main.rs"
[dependencies]
ternlang-core = { workspace = true }
ternlang-ml = { workspace = true }
ternlang-hdl = { workspace = true }
ternlang-runtime = { workspace = true }
clap = { version = "4.4", features = ["derive"] }
walkdir = "2.4"
colored = "2.0"
serde_json = "1.0"