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