chore: add Cargo.toml fields
This commit is contained in:
parent
65f39432fa
commit
4c1b04e022
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue