From 5eb22146312d4228f736790b5f1e4565b66ada18 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 8 Oct 2024 03:42:20 +0000 Subject: [PATCH] pczt: Empty library crate --- Cargo.lock | 4 ++++ Cargo.toml | 1 + pczt/Cargo.toml | 13 +++++++++++++ pczt/README.md | 21 +++++++++++++++++++++ pczt/src/lib.rs | 1 + 5 files changed, 40 insertions(+) create mode 100644 pczt/Cargo.toml create mode 100644 pczt/README.md create mode 100644 pczt/src/lib.rs diff --git a/Cargo.lock b/Cargo.lock index d6f0a049f1..6e19d119cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2810,6 +2810,10 @@ dependencies = [ "password-hash", ] +[[package]] +name = "pczt" +version = "0.0.0" + [[package]] name = "pem-rfc7468" version = "0.7.0" diff --git a/Cargo.toml b/Cargo.toml index 034768db41..89f067c7e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ members = [ "components/zcash_protocol", "components/zip321", "devtools", + "pczt", "zcash", "zcash_client_backend", "zcash_client_sqlite", diff --git a/pczt/Cargo.toml b/pczt/Cargo.toml new file mode 100644 index 0000000000..7570408751 --- /dev/null +++ b/pczt/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "pczt" +version = "0.0.0" +authors = ["Jack Grigg "] +edition.workspace = true +rust-version.workspace = true +description = "Tools for working with partially-created Zcash transactions" +homepage = "https://github.com/zcash/librustzcash" +repository.workspace = true +license.workspace = true +categories.workspace = true + +[dependencies] diff --git a/pczt/README.md b/pczt/README.md new file mode 100644 index 0000000000..e5a4c7718d --- /dev/null +++ b/pczt/README.md @@ -0,0 +1,21 @@ +# pczt + +TBD + +## License + +Licensed under either of + + * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + http://www.apache.org/licenses/LICENSE-2.0) + * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) + +at your option. + +### Contribution + +Unless you explicitly state otherwise, any contribution intentionally +submitted for inclusion in the work by you, as defined in the Apache-2.0 +license, shall be dual licensed as above, without any additional terms or +conditions. + diff --git a/pczt/src/lib.rs b/pczt/src/lib.rs new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/pczt/src/lib.rs @@ -0,0 +1 @@ +