This commit is contained in:
2025-12-20 17:23:40 +01:00
parent b5d3417572
commit 78c4cdc684
12 changed files with 135 additions and 123 deletions

View File

@@ -15,10 +15,10 @@ panic = "abort"
[dependencies]
libm = "0.2.15"
heap = {path = "heap"}
NovaError = {path = "NovaError"}
nova_error = {path = "nova_error"}
[workspace]
members = [ "NovaError",
members = [ "nova_error",
"heap"
]