tengri/input/Cargo.toml
unspeaker e3e3c163da
Some checks are pending
/ build (push) Waiting to run
input: refactor, move dsl stuff to tek config
2025-08-23 13:47:45 +03:00

15 lines
318 B
TOML

[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" }