fox32asm/Cargo.toml
ry755 eeafe0cbb2 Initial commit
I should've made a git repo for this much sooner, oops :p
2022-01-26 22:21:21 -08:00

10 lines
138 B
TOML

[package]
name = "fox32asm"
version = "0.1.0"
edition = "2021"
[dependencies]
lazy_static = "1.4.0"
pest = "2.1.3"
pest_derive = "2.1.0"