edlang/lib/edlang_span/Cargo.toml

16 lines
444 B
TOML
Raw Normal View History

2024-01-27 11:55:54 +00:00
[package]
name = "edlang_span"
2024-04-09 11:00:38 +00:00
version = "0.0.1-alpha.17"
2024-02-13 06:28:19 +00:00
authors = ["Edgar Luque <edgar@edgarluque.com>"]
description = "edlang span"
2024-01-27 11:55:54 +00:00
edition = "2021"
2024-02-13 06:28:19 +00:00
keywords = ["llvm", "compiler"]
license = "AGPL-3.0-only"
categories = ["compilers"]
2024-02-13 06:30:44 +00:00
documentation = "https://docs.rs/edlang_span"
repository = "https://github.com/edg-l/edlang"
2024-01-27 11:55:54 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]