grift_parser 0.1.0

Lisp parser for the grift Lisp language
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "grift_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da81c89ca060d378e300ebf0332ce25512ed2eafb944a692afec75ce815e1302"

[[package]]
name = "grift_parser"
version = "0.1.0"
dependencies = [
 "grift_macros",
 "pwn_arena",
]

[[package]]
name = "pwn_arena"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebaeea6aa75ca235639fdcb9603824667f14c6527dfd38eba7d3058021fe5966"