chore: prepare to publish
This commit is contained in:
parent
dc4246244d
commit
969cc80abf
|
@ -2,6 +2,10 @@
|
||||||
name = "aiken"
|
name = "aiken"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
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
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,9 @@
|
||||||
name = "flat"
|
name = "flat"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
edition = "2021"
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
# Flat
|
||||||
|
|
||||||
|
A Rust port of the [Haskell reference implementation](https://github.com/Quid2/flat).
|
|
@ -2,6 +2,12 @@
|
||||||
name = "uplc"
|
name = "uplc"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
edition = "2021"
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue