use virtual workspaces for heap

This commit is contained in:
2025-12-19 15:32:54 +01:00
parent 31e68b9bd2
commit abdef70198
10 changed files with 138 additions and 112 deletions

View File

@@ -14,3 +14,11 @@ panic = "abort"
[dependencies]
libm = "0.2.15"
heap = {path = "heap"}
NovaError = {path = "NovaError"}
[workspace]
members = [ "NovaError",
"heap"
]