diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 1246c325..b96d7392 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -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 ", "Kasey White "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/cli/README.md b/crates/cli/README.md new file mode 100644 index 00000000..e69de29b diff --git a/crates/flat/Cargo.toml b/crates/flat/Cargo.toml index 6c5d97bc..3a38ebeb 100644 --- a/crates/flat/Cargo.toml +++ b/crates/flat/Cargo.toml @@ -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 ", "Kasey White "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/flat/README.md b/crates/flat/README.md new file mode 100644 index 00000000..a6fc3aed --- /dev/null +++ b/crates/flat/README.md @@ -0,0 +1,3 @@ +# Flat + +A Rust port of the [Haskell reference implementation](https://github.com/Quid2/flat). diff --git a/crates/uplc/Cargo.toml b/crates/uplc/Cargo.toml index d0fe56c7..8ec58738 100644 --- a/crates/uplc/Cargo.toml +++ b/crates/uplc/Cargo.toml @@ -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 ", "Kasey White "] + +exclude = ["test_data/*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/uplc/README.md b/crates/uplc/README.md new file mode 100644 index 00000000..e69de29b