grift_parser 0.1.1

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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdaeae474163da78f4d674d8b570285bf45efc6060929edf8a0d80b192d1632e"

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

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