From f7a768a71804c1ec470817c4db57153bee9ddd17 Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Tue, 13 Feb 2024 07:28:19 +0100 Subject: [PATCH] fix: add all fields to cargo.toml --- lib/edlang_ir/Cargo.toml | 5 +++++ lib/edlang_lowering/Cargo.toml | 5 +++++ lib/edlang_session/Cargo.toml | 5 +++++ lib/edlang_span/Cargo.toml | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/lib/edlang_ir/Cargo.toml b/lib/edlang_ir/Cargo.toml index f0ee2574b..41fa09e9d 100644 --- a/lib/edlang_ir/Cargo.toml +++ b/lib/edlang_ir/Cargo.toml @@ -1,7 +1,12 @@ [package] name = "edlang_ir" version = "0.0.1-alpha.3" +authors = ["Edgar Luque "] +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 diff --git a/lib/edlang_lowering/Cargo.toml b/lib/edlang_lowering/Cargo.toml index 62429646e..c05fc4a81 100644 --- a/lib/edlang_lowering/Cargo.toml +++ b/lib/edlang_lowering/Cargo.toml @@ -1,7 +1,12 @@ [package] name = "edlang_lowering" version = "0.0.1-alpha.3" +authors = ["Edgar Luque "] +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 diff --git a/lib/edlang_session/Cargo.toml b/lib/edlang_session/Cargo.toml index ed94879c7..ebe76e428 100644 --- a/lib/edlang_session/Cargo.toml +++ b/lib/edlang_session/Cargo.toml @@ -1,7 +1,12 @@ [package] name = "edlang_session" version = "0.0.1-alpha.3" +authors = ["Edgar Luque "] +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 diff --git a/lib/edlang_span/Cargo.toml b/lib/edlang_span/Cargo.toml index 14badc97e..e8412866c 100644 --- a/lib/edlang_span/Cargo.toml +++ b/lib/edlang_span/Cargo.toml @@ -1,7 +1,12 @@ [package] name = "edlang_span" version = "0.0.1-alpha.3" +authors = ["Edgar Luque "] +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