wip storage integration

This commit is contained in:
Andrew Morris
2023-10-30 17:39:36 +11:00
parent 6fbca5ac59
commit 8bdccba57e
12 changed files with 244 additions and 8 deletions

View File

@@ -9,3 +9,4 @@ edition = "2021"
num-bigint = "0.4"
num-traits = "0.2"
valuescript_common = { path = "../valuescript_common" }
storage = { path = "../storage" }