mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 11:46:42 +01:00
17 lines
386 B
TOML
17 lines
386 B
TOML
[package]
|
|
name = "tengri_dsl"
|
|
description = "UI metaframework, tiny S-expression-based DSL."
|
|
version = { workspace = true }
|
|
edition = { 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"
|