move edn_view into layout

This commit is contained in:
🪞👃🪞 2025-01-07 21:41:51 +01:00
parent 4d0f98acd2
commit 9a70fbc416
13 changed files with 91 additions and 89 deletions

View file

@ -8,11 +8,8 @@ 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"]
default = []
[dev-dependencies]
tek_tui = { path = "../tui" }