dsl: modularize

This commit is contained in:
🪞👃🪞 2025-08-16 16:28:24 +03:00
parent 4fc0db5777
commit cf253c28f9
6 changed files with 224 additions and 397 deletions

View file

@ -22,6 +22,7 @@ version = "0.13.0"
edition = "2024"
[workspace.dependencies]
anyhow = { version = "1.0" }
atomic_float = { version = "1" }
better-panic = { version = "0.3.0" }
const_panic = { version = "0.2.12", features = [ "derive" ] }