edlang/lib/edlang_ir/Cargo.toml
2024-04-09 13:00:38 +02:00

19 lines
545 B
TOML

[package]
name = "edlang_ir"
version = "0.0.1-alpha.17"
authors = ["Edgar Luque <edgar@edgarluque.com>"]
description = "edlang IR"
edition = "2021"
keywords = ["llvm", "compiler"]
license = "AGPL-3.0-only"
categories = ["compilers"]
documentation = "https://docs.rs/edlang_ir"
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.17", path = "../edlang_span" }
smallvec = "1.13.2"
educe = "0.5.11"