tek/input/Cargo.toml

10 lines
160 B
TOML

[package]
name = "tek_input"
edition = "2021"
version = "0.2.0"
[dependencies]
tek_edn = { path = "../edn" }
[dev-dependencies]
tek_tui = { path = "../tui" }