tek/edn/Cargo.toml

18 lines
347 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_input = { optional = true, path = "../input" }
tek_output = { optional = true, path = "../output" }
[features]
default = ["tek_input", "tek_output"]
[dev-dependencies]
tek_tui = { path = "../tui" }