Playing with proc macros
This commit is contained in:
@@ -8,6 +8,7 @@ edition = "2024"
|
||||
[dependencies]
|
||||
anyhow = "1.0.86"
|
||||
codepage-437 = "0.1.0"
|
||||
peg_macro = { path = "./peg_macro"}
|
||||
insta = "1.39.0"
|
||||
nom = "7.1.3"
|
||||
pest = "2.7.15"
|
||||
@@ -22,3 +23,6 @@ similar.opt-level = 3
|
||||
[[bin]]
|
||||
name = "zasm"
|
||||
path = "src/main.rs"
|
||||
|
||||
[workspace]
|
||||
members = [".", "peg_macro"]
|
||||
|
||||
Reference in New Issue
Block a user