Starting to build a Forge parser

This commit is contained in:
2023-07-02 02:10:06 -05:00
parent 51c690e263
commit 41bf0a2184
8 changed files with 438 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
[package]
name = "forge_core"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
vcore = { path = "../vcore" }
pest = "2.1.3"
pest_derive = "2.1.0"