Moved NovaForth into a crate with a build script
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user