mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2026-01-31 10:56:41 +01:00
edn -> dsl
This commit is contained in:
parent
d30eda33d1
commit
877b344765
35 changed files with 197 additions and 225 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "tengri_tui"
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
version = "0.1.0"
|
||||
description = "UI metaframework, Ratatui backend."
|
||||
|
||||
|
|
@ -16,7 +16,11 @@ quanta = "0.12.3"
|
|||
|
||||
tengri_input = { path = "../input" }
|
||||
tengri_output = { path = "../output" }
|
||||
tengri_edn = { optional = true, path = "../edn" }
|
||||
tengri_dsl = { optional = true, path = "../dsl" }
|
||||
|
||||
[dev-dependencies]
|
||||
tengri = { path = "../tengri", features = [ "dsl" ] }
|
||||
tengri_dsl = { path = "../dsl" }
|
||||
|
||||
[features]
|
||||
edn = [ "tengri_edn", "tengri_input/edn", "tengri_output/edn" ]
|
||||
dsl = [ "tengri_dsl", "tengri_input/dsl", "tengri_output/dsl" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue