mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 11:46:42 +01:00
18 lines
448 B
TOML
18 lines
448 B
TOML
[package]
|
|
name = "tengri_output"
|
|
edition = "2024"
|
|
version = "0.1.0"
|
|
description = "UI metaframework, output layer."
|
|
|
|
[dependencies]
|
|
tengri_dsl = { optional = true, path = "../dsl" }
|
|
|
|
[features]
|
|
dsl = [ "tengri_dsl" ]
|
|
|
|
[dev-dependencies]
|
|
tengri = { path = "../tengri", features = [ "dsl", "tui" ] }
|
|
tengri_tui = { path = "../tui" }
|
|
tengri_dsl = { path = "../dsl" }
|
|
proptest = "^1"
|
|
proptest-derive = "^0.5.1"
|