Files
vulcan/vasm/Cargo.toml
T

12 lines
240 B
TOML
Raw Normal View History

2022-03-12 15:39:29 -06:00
[package]
name = "vasm"
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"