chore: prepare to publish

This commit is contained in:
rvcas 2022-06-14 18:46:18 -04:00
parent dc4246244d
commit 969cc80abf
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
6 changed files with 16 additions and 0 deletions

View File

@ -2,6 +2,10 @@
name = "aiken"
version = "0.0.1"
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

0
crates/cli/README.md Normal file
View File

View File

@ -2,6 +2,9 @@
name = "flat"
version = "0.0.1"
edition = "2021"
repository = "https://github.com/txpipe/aiken/crates/flat"
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

3
crates/flat/README.md Normal file
View File

@ -0,0 +1,3 @@
# Flat
A Rust port of the [Haskell reference implementation](https://github.com/Quid2/flat).

View File

@ -2,6 +2,12 @@
name = "uplc"
version = "0.0.1"
edition = "2021"
repository = "https://github.com/txpipe/aiken/crates/uplc"
homepage = "https://github.com/txpipe/aiken"
license = "Apache-2.0"
authors = ["Lucas Rosa <x@rvcas.dev>", "Kasey White <kwhitemsg@gmail.com>"]
exclude = ["test_data/*"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0
crates/uplc/README.md Normal file
View File