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
Generated
+9
View File
@@ -446,6 +446,15 @@ version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "forge_core"
version = "0.1.0"
dependencies = [
"pest",
"pest_derive",
"vcore",
]
[[package]]
name = "fxhash"
version = "0.2.1"