[package] name = "my-ast" version = "0.1.0" authors = ["Krouton "] edition = "2018" repository = "https://github.com/Krout0n/my-ast" keywords = ["ast", "macros"] license-file = "LICENSE" readme = "README.md" description = "Provides simple AST definition like general programming languages and S-expression macros." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]