chore: add package description

This commit is contained in:
rvcas 2022-06-14 18:51:25 -04:00
parent de61a5ba4b
commit c210803adf
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
3 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
[package] [package]
name = "aiken" name = "aiken"
description = "Cardano smart contract language and toolchain"
version = "0.0.1" version = "0.0.1"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/aiken" repository = "https://github.com/txpipe/aiken"

View File

@ -1,8 +1,10 @@
[package] [package]
name = "flat" name = "flat"
description = "Flat codec"
version = "0.0.1" version = "0.0.1"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/aiken/crates/flat" repository = "https://github.com/txpipe/aiken/crates/flat"
homepage = "https://github.com/txpipe/aiken"
license = "Apache-2.0" license = "Apache-2.0"
authors = ["Lucas Rosa <x@rvcas.dev>", "Kasey White <kwhitemsg@gmail.com>"] authors = ["Lucas Rosa <x@rvcas.dev>", "Kasey White <kwhitemsg@gmail.com>"]

View File

@ -1,5 +1,6 @@
[package] [package]
name = "uplc" name = "uplc"
description = "Utilities for working with Untyped Plutus Core"
version = "0.0.1" version = "0.0.1"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/aiken/crates/uplc" repository = "https://github.com/txpipe/aiken/crates/uplc"