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

7
heap/Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "heap"
version = "0.1.0"
edition = "2024"
[dependencies]
NovaError = {path = "../NovaError"}