chore: prepare to publish

This commit is contained in:
rvcas
2022-06-14 18:46:18 -04:00
parent dc4246244d
commit 969cc80abf
6 changed files with 16 additions and 0 deletions

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).