ternlang-cli 0.3.1

Command-line interface for ternlang — run, build, sim, fmt, repl, and compat commands for the Balanced Ternary Execution VM.
[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

[dependencies]
ternlang-core    = { path = "../ternlang-core",    version = "0.3.1" }
ternlang-ml      = { path = "../../../ternlang-ml",      version = "0.3.1" }
ternlang-hdl     = { path = "../../../ternlang-hdl",     version = "0.3.1" }
ternlang-runtime = { path = "../ternlang-runtime", version = "0.3.1" }
clap = { version = "4.4", features = ["derive"] }
walkdir = "2.4"
colored = "2.0"
serde_json = "1.0"