[package] name = "lr_parser" version = "0.1.2" authors = ["Takumi Shimoda "] edition = "2021" keywords = ["proc_macro"] description = "macros for ruly2" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies]