tengri/dsl/Cargo.toml
2025-03-15 16:49:26 +02:00

17 lines
359 B
TOML

[package]
name = "tengri_dsl"
edition = "2024"
version = "0.1.0"
description = "UI metaframework, tiny S-expression-based DSL."
[dependencies]
konst = { version = "0.3.16", features = [ "rust_1_83" ] }
itertools = "0.14.0"
thiserror = "2.0"
[features]
default = []
[dev-dependencies]
tengri_tui = { path = "../tui" }
proptest = "^1.6.0"