refactor engine and layout into input and output

This commit is contained in:
🪞👃🪞 2025-01-07 21:30:07 +01:00
parent f052891473
commit 4d0f98acd2
40 changed files with 104 additions and 109 deletions

14
Cargo.lock generated
View file

@ -1432,19 +1432,17 @@ dependencies = [
"clojure-reader",
"itertools 0.14.0",
"konst",
"tek_layout",
"tek_input",
"tek_output",
]
[[package]]
name = "tek_engine"
name = "tek_input"
version = "0.2.0"
[[package]]
name = "tek_layout"
name = "tek_output"
version = "0.2.0"
dependencies = [
"tek_engine",
]
[[package]]
name = "tek_tui"
@ -1456,8 +1454,8 @@ dependencies = [
"rand",
"ratatui",
"tek_edn",
"tek_engine",
"tek_layout",
"tek_input",
"tek_output",
]
[[package]]