[package] name = "tengri_input" description = "UI metaframework, input layer." version = { workspace = true } edition = { workspace = true } [lib] path = "input.rs" [dependencies] tengri_core = { path = "../core" } [dev-dependencies] tengri_tui = { path = "../tui" } tengri_dsl = { path = "../dsl" }