edlang/lib/edlang_ast/Cargo.toml

15 lines
401 B
TOML
Raw Normal View History

2024-01-14 08:36:46 +00:00
[package]
name = "edlang_ast"
version = "0.1.0"
authors = ["Edgar Luque <edgar@edgarluque.com>"]
description = "edlang AST"
edition = "2021"
keywords = ["llvm", "compiler"]
license = "AGPL-3.0-only"
categories = ["compilers"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-01-27 11:55:54 +00:00
edlang_span = { version = "0.1.0", path = "../edlang_span" }