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