mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 03:36:42 +01:00
15 lines
399 B
TOML
15 lines
399 B
TOML
[package]
|
|
name = "tengri_dsl"
|
|
description = "UI metaframework, tiny S-expression-based DSL."
|
|
version = { workspace = true }
|
|
edition = { workspace = true }
|
|
|
|
[dependencies]
|
|
tengri_core = { path = "../core" }
|
|
konst = { workspace = true }
|
|
itertools = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
tengri_tui = { path = "../tui" }
|
|
proptest = "^1.6.0"
|