lt-core/lib-ltcore/Cargo.toml

12 lines
278 B
TOML
Raw Normal View History

[package]
name = "ltcore"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-10-04 02:57:26 +02:00
laddertypes = { path = "../../lib-laddertypes", features = ["pretty"] }
tisc = { path = "../../lib-tisc" }
serde = { version = "1.0", features = ["derive"] }
iterate-text = "0.0.1"
2024-10-04 02:57:26 +02:00
tiny-ansi = "0.1.0"