mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2024-11-10 10:05:17 +00:00
13 lines
326 B
TOML
13 lines
326 B
TOML
[package]
|
|
name = "merkle_tree"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
merkle_light = { path = "../../common/merkle_light" }
|
|
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
|
|
|
|
[dev-dependencies]
|
|
hex = "0.4.3" |