mirror of https://github.com/vacp2p/pmtree.git
15 lines
336 B
TOML
15 lines
336 B
TOML
[package]
|
|
name = "pmtree"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dev-dependencies]
|
|
hex-literal = "0.3.4"
|
|
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
|
|
sled = "0.34.7"
|
|
rln = { git = "https://github.com/vacp2p/zerokit", rev = "490206a" }
|
|
ark-serialize = "0.3.0"
|
|
|
|
[dependencies]
|
|
rayon = { version = "1.6.1", optional = false }
|