[package] name = "toy_ast" version = "0.1.0" edition = "2021" authors = ["WhyNotDogie"] description = "The toylang compiler AST" repository = "https://github.com/toy-lang/toy/" license = "ISC" keywords = ["toylang", "toy", "ast"] categories = ["compilers", "command-line-utilities", "development-tools"] workspace = "../" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]