[package] name = "abstract-syntax-tree" version = "0.1.0" edition = "2021" description = "tools to create and work with abstract syntax trees" license = "MIT" authors = ["Jonathan Dönszelmann "] [lib] name = "ast" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]