mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 03:36:41 +01:00
18 lines
347 B
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" }
|