fix: add all fields to cargo.toml

This commit is contained in:
Edgar 2024-02-13 07:28:19 +01:00
parent d4df5a2090
commit f7a768a718
No known key found for this signature in database
GPG key ID: 70ADAE8F35904387
4 changed files with 20 additions and 0 deletions

View file

@ -1,7 +1,12 @@
[package]
name = "edlang_ir"
version = "0.0.1-alpha.3"
authors = ["Edgar Luque <edgar@edgarluque.com>"]
description = "edlang IR"
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

View file

@ -1,7 +1,12 @@
[package]
name = "edlang_lowering"
version = "0.0.1-alpha.3"
authors = ["Edgar Luque <edgar@edgarluque.com>"]
description = "edlang lowering"
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

View file

@ -1,7 +1,12 @@
[package]
name = "edlang_session"
version = "0.0.1-alpha.3"
authors = ["Edgar Luque <edgar@edgarluque.com>"]
description = "edlang session"
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

View file

@ -1,7 +1,12 @@
[package]
name = "edlang_span"
version = "0.0.1-alpha.3"
authors = ["Edgar Luque <edgar@edgarluque.com>"]
description = "edlang span"
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