From 4c1b04e022cad4a2b6962637c4838c9a6af71ef7 Mon Sep 17 00:00:00 2001 From: rvcas Date: Mon, 26 Sep 2022 17:13:30 -0400 Subject: [PATCH] chore: add Cargo.toml fields --- crates/lang/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crates/lang/Cargo.toml b/crates/lang/Cargo.toml index f7ce044d..999bdabe 100644 --- a/crates/lang/Cargo.toml +++ b/crates/lang/Cargo.toml @@ -1,7 +1,12 @@ [package] name = "aiken-lang" +description = "The aiken compiler" version = "0.0.16" edition = "2021" +repository = "https://github.com/txpipe/aiken" +homepage = "https://github.com/txpipe/aiken" +license = "Apache-2.0" +authors = ["Lucas Rosa ", "Kasey White "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html