[package] name = "c-ast" version = "0.1.0" edition = "2021" description = "C-AST let's you construct C syntax trees in code and write them to a file." license = "MIT" authors = ["Yonatan Reicher"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] indoc = "2.0.4"