edn -> dsl

This commit is contained in:
🪞👃🪞 2025-03-14 23:44:13 +02:00
parent d30eda33d1
commit 877b344765
35 changed files with 197 additions and 225 deletions

View file

@ -1,17 +0,0 @@
[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"