input: refactor, move dsl stuff to tek config
Some checks are pending
/ build (push) Waiting to run

This commit is contained in:
🪞👃🪞 2025-08-23 13:47:45 +03:00
parent 0621793930
commit e3e3c163da
12 changed files with 104 additions and 182 deletions

View file

@ -18,10 +18,18 @@ members = [
]
[workspace.package]
version = "0.13.0"
version = "0.14.0"
edition = "2024"
[workspace.dependencies]
tengri = { path = "./tengri" }
tengri_core = { path = "./core" }
tengri_input = { path = "./input" }
tengri_output = { path = "./output" }
tengri_tui = { path = "./tui" }
tengri_dsl = { path = "./dsl" }
tengri_proc = { path = "./proc" }
anyhow = { version = "1.0" }
atomic_float = { version = "1" }
better-panic = { version = "0.3.0" }