Playing with proc macros
This commit is contained in:
Generated
+8
@@ -16,6 +16,7 @@ dependencies = [
|
||||
"codepage-437",
|
||||
"insta",
|
||||
"nom",
|
||||
"peg_macro",
|
||||
"pest",
|
||||
]
|
||||
|
||||
@@ -126,6 +127,13 @@ version = "1.21.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
||||
|
||||
[[package]]
|
||||
name = "peg_macro"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"quote",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pest"
|
||||
version = "2.8.0"
|
||||
|
||||
Reference in New Issue
Block a user