wip: scaffold proc crate and view macro

This commit is contained in:
🪞👃🪞 2025-05-03 17:04:21 +03:00
parent 21f7f6b38a
commit 2c797fd41f
9 changed files with 135 additions and 5 deletions

View file

@ -1,5 +1,6 @@
[workspace.package]
version = "0.13.0"
edition = "2024"
[workspace]
resolver = "2"
@ -8,7 +9,8 @@ members = [
"./input",
"./output",
"./tui",
"./dsl"
"./dsl",
"./proc",
]
[profile.release]