Skip to content

Commit

Permalink
Move the BridgeTree type to the root module.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Aug 4, 2022
1 parent 6e97389 commit adf9ba2
Show file tree
Hide file tree
Showing 4 changed files with 1,409 additions and 1,416 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "incrementalmerkletree"
version = "0.3.0"
name = "bridgetree"
version = "0.1.0"
authors = [
"Sean Bowe <[email protected]>",
"Kris Nuttycombe <[email protected]>",
"Sean Bowe <[email protected]>",
]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Implementation of an Incremental Merkle Tree"
homepage = "https://github.com/zcash/incrementalmerkletree"
repository = "https://github.com/zcash/incrementalmerkletree"
description = "A space-efficient Merkle tree with witnessing of marked leaves, checkpointing & state restoration."
homepage = "https://github.com/zcash/bridgetree"
repository = "https://github.com/zcash/bridgetree"
categories = ["algorithms", "data-structures"]

[dependencies]
Expand Down
Loading

0 comments on commit adf9ba2

Please sign in to comment.