Files
vulcan/forge_core/Cargo.toml
T

12 lines
267 B
TOML
Raw Normal View History

2023-07-02 02:10:06 -05:00
[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" }
2023-07-08 22:31:53 -05:00
pest = "2.7.0"
pest_derive = "2.7.0"
lazy_static = "1.2.0"