tek/edn/Cargo.toml
2025-01-05 11:28:34 +01:00

17 lines
303 B
TOML

[package]
name = "tek_edn"
edition = "2021"
version = "0.1.0"
[dependencies]
clojure-reader = "0.3.0"
konst = "0.3.16"
itertools = "0.14.0"
tek_layout = { optional = true, path = "../layout" }
[features]
default = ["layout"]
layout = [ "tek_layout" ]
[dev-dependencies]
tek_tui = { path = "../tui" }