mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 11:46:42 +01:00
wip: scaffold proc crate and view macro
This commit is contained in:
parent
21f7f6b38a
commit
2c797fd41f
9 changed files with 135 additions and 5 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue