edlang/lib/edlang_ir/Cargo.toml
2024-02-17 11:36:39 +01:00

18 lines
526 B
TOML

[package]
name = "edlang_ir"
version = "0.0.1-alpha.6"
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.6", path = "../edlang_span" }
smallvec = "1.13.1"