mirror of
https://github.com/edg-l/edlang.git
synced 2024-11-09 09:38:24 +00:00
fix: add all fields to cargo.toml
This commit is contained in:
parent
d4df5a2090
commit
f7a768a718
|
@ -1,7 +1,12 @@
|
||||||
[package]
|
[package]
|
||||||
name = "edlang_ir"
|
name = "edlang_ir"
|
||||||
version = "0.0.1-alpha.3"
|
version = "0.0.1-alpha.3"
|
||||||
|
authors = ["Edgar Luque <edgar@edgarluque.com>"]
|
||||||
|
description = "edlang IR"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
keywords = ["llvm", "compiler"]
|
||||||
|
license = "AGPL-3.0-only"
|
||||||
|
categories = ["compilers"]
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,12 @@
|
||||||
[package]
|
[package]
|
||||||
name = "edlang_lowering"
|
name = "edlang_lowering"
|
||||||
version = "0.0.1-alpha.3"
|
version = "0.0.1-alpha.3"
|
||||||
|
authors = ["Edgar Luque <edgar@edgarluque.com>"]
|
||||||
|
description = "edlang lowering"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
keywords = ["llvm", "compiler"]
|
||||||
|
license = "AGPL-3.0-only"
|
||||||
|
categories = ["compilers"]
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,12 @@
|
||||||
[package]
|
[package]
|
||||||
name = "edlang_session"
|
name = "edlang_session"
|
||||||
version = "0.0.1-alpha.3"
|
version = "0.0.1-alpha.3"
|
||||||
|
authors = ["Edgar Luque <edgar@edgarluque.com>"]
|
||||||
|
description = "edlang session"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
keywords = ["llvm", "compiler"]
|
||||||
|
license = "AGPL-3.0-only"
|
||||||
|
categories = ["compilers"]
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,12 @@
|
||||||
[package]
|
[package]
|
||||||
name = "edlang_span"
|
name = "edlang_span"
|
||||||
version = "0.0.1-alpha.3"
|
version = "0.0.1-alpha.3"
|
||||||
|
authors = ["Edgar Luque <edgar@edgarluque.com>"]
|
||||||
|
description = "edlang span"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
keywords = ["llvm", "compiler"]
|
||||||
|
license = "AGPL-3.0-only"
|
||||||
|
categories = ["compilers"]
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue