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