12 lines
238 B
TOML
12 lines
238 B
TOML
[package]
|
|
name = "ltvm"
|
|
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"
|
|
bincode = "1.3.3"
|
|
|