wip: fix dsl
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
🪞👃🪞 2025-07-16 00:10:03 +03:00
parent ca4c558eab
commit e72225f83c
11 changed files with 421 additions and 574 deletions

View file

@ -24,6 +24,7 @@ edition = "2024"
[workspace.dependencies]
atomic_float = { version = "1" }
better-panic = { version = "0.3.0" }
const_panic = { version = "0.2.12", features = [ "derive" ] }
crossterm = { version = "0.28.1" }
heck = { version = "0.5" }
itertools = { version = "0.14.0" }