Files
vulcan/vasm/Cargo.toml
T
2023-01-07 00:53:55 -06:00

11 lines
279 B
TOML

[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]
vasm_core = { path = "../vasm_core" }
clap = { version = "3.1.18", features = ["derive"] }
regex = "1.7.0"