mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
17 lines
303 B
TOML
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" }
|