fox32asm/Cargo.toml

15 lines
276 B
TOML
Raw Normal View History

[package]
name = "fox32asm"
version = "0.3.0"
edition = "2021"
2022-01-28 03:35:15 +01:00
build = "build.rs"
[dependencies]
lazy_static = "1.4.0"
pest = "2.1.3"
pest_derive = "2.1.0"
2022-01-28 03:35:15 +01:00
[build-dependencies]
anyhow = "1.0"
vergen = { version = "6", default-features = false, features = ["build", "git"] }