tengri/input/Cargo.toml

14 lines
283 B
TOML

[package]
name = "tengri_input"
edition = "2024"
version = "0.1.0"
description = "UI metaframework, input layer."
[dependencies]
tengri_edn = { optional = true, path = "../edn" }
[features]
edn = [ "tengri_edn" ]
[dev-dependencies]
tengri_tui = { path = "../tui" }