mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 19:56:44 +01:00
18 lines
475 B
TOML
18 lines
475 B
TOML
[package]
|
|
name = "tengri_output"
|
|
description = "UI metaframework, output layer."
|
|
version = { workspace = true }
|
|
edition = { workspace = true }
|
|
|
|
[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"
|