[package] name = "edlang_ast" version = "0.0.1-alpha.12" authors = ["Edgar Luque "] description = "edlang AST" edition = "2021" keywords = ["llvm", "compiler"] license = "AGPL-3.0-only" categories = ["compilers"] documentation = "https://docs.rs/edlang_ast" repository = "https://github.com/edg-l/edlang" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] edlang_span = { version = "0.0.1-alpha.12", path = "../edlang_span" }