edlang/lib/edlang_ast/Cargo.toml
2024-02-17 17:29:18 +01:00

17 lines
509 B
TOML

[package]
name = "edlang_ast"
version = "0.0.1-alpha.7"
authors = ["Edgar Luque <edgar@edgarluque.com>"]
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.7", path = "../edlang_span" }