chore: add Cargo.toml fields

This commit is contained in:
rvcas 2022-09-26 17:13:30 -04:00
parent 65f39432fa
commit 4c1b04e022
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 5 additions and 0 deletions

View File

@ -1,7 +1,12 @@
[package] [package]
name = "aiken-lang" name = "aiken-lang"
description = "The aiken compiler"
version = "0.0.16" version = "0.0.16"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/aiken"
homepage = "https://github.com/txpipe/aiken"
license = "Apache-2.0"
authors = ["Lucas Rosa <x@rvcas.dev>", "Kasey White <kwhitemsg@gmail.com>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html