mirror of
https://github.com/tlsnotary/rs-merkle.git
synced 2026-01-08 06:23:54 -05:00
14 lines
263 B
TOML
14 lines
263 B
TOML
[package]
|
|
name = "rs_merkle"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
sha2 = "0.9.8"
|
|
|
|
# standard crate data is left out
|
|
[dev-dependencies]
|
|
rayon = "1.5.1"
|