mirror of
https://github.com/edg-l/edlang.git
synced 2024-11-09 17:48:24 +00:00
11 lines
259 B
TOML
11 lines
259 B
TOML
[package]
|
|
name = "edlang_ir"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
edlang_span = { version = "0.1.0", path = "../edlang_span" }
|
|
smallvec = "1.13.1"
|