13 lines
261 B
TOML
13 lines
261 B
TOML
[package]
|
|
name = "ltcc"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
ltcore = { path = "../lib-ltcore" }
|
|
tisc = { path = "../../lib-tisc" }
|
|
clap = { version = "4.5.15", features = ["derive"] }
|
|
tiny-ansi = "0.1.0"
|
|
iterate-text = "0.0.1"
|
|
bincode = "1.3.3"
|
|
|