Skip to content

Commit

Permalink
Merge pull request #1563 from zcash/pczt-empty-crate
Browse files Browse the repository at this point in the history
pczt: Empty library crate
  • Loading branch information
str4d authored Oct 9, 2024
2 parents dec3024 + 5eb2214 commit 81d8ad4
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ members = [
"components/zcash_protocol",
"components/zip321",
"devtools",
"pczt",
"zcash",
"zcash_client_backend",
"zcash_client_sqlite",
Expand Down
13 changes: 13 additions & 0 deletions pczt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[package]
name = "pczt"
version = "0.0.0"
authors = ["Jack Grigg <[email protected]>"]
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]
21 changes: 21 additions & 0 deletions pczt/README.md
Original file line number Diff line number Diff line change
@@ -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.

1 change: 1 addition & 0 deletions pczt/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 81d8ad4

Please sign in to comment.