Moved NovaForth into a crate with a build script

This commit is contained in:
2024-08-11 21:08:21 -05:00
parent bd54ae1ef0
commit 98c95b55f4
23 changed files with 2209 additions and 19 deletions
+8
View File
@@ -0,0 +1,8 @@
[package]
name = "novaforth"
version = "0.1.0"
edition = "2021"
[build-dependencies]
vasm_core = { path = "../vasm_core" }
serde_json = "1.0.91"