tek/layout/Cargo.toml

10 lines
167 B
TOML

[package]
name = "tek_layout"
edition = "2021"
version = "0.2.0"
[dependencies]
tek_engine = { path = "../engine" }
[dev-dependencies]
tek_tui = { path = "../tui" }