[package] name = "repl_framework_proc_macros" version = "0.1.1" authors = ["SuKiN-a "] edition = "2018" description = "A crate to easily create simple repls and interpreters" readme = "README.md" repository = "https://github.com/SuKiN-a/repl_framework" license = "GPL-3.0" keywords = ["repl", "interpreter"] categories = ["command-line-interface"] [lib] proc-macro = true [dependencies]