mirror of
https://github.com/edg-l/edlang.git
synced 2024-11-09 09:38:24 +00:00
16 lines
444 B
TOML
16 lines
444 B
TOML
[package]
|
|
name = "edlang_span"
|
|
version = "0.0.1-alpha.13"
|
|
authors = ["Edgar Luque <edgar@edgarluque.com>"]
|
|
description = "edlang span"
|
|
edition = "2021"
|
|
keywords = ["llvm", "compiler"]
|
|
license = "AGPL-3.0-only"
|
|
categories = ["compilers"]
|
|
documentation = "https://docs.rs/edlang_span"
|
|
repository = "https://github.com/edg-l/edlang"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|