tengri/dsl/Cargo.toml
2025-03-16 23:43:14 +02:00

17 lines
372 B
TOML

[package]
name = "tengri_dsl"
edition = "2024"
description = "UI metaframework, tiny S-expression-based DSL."
version = { workspace = true }
[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"