mirror of
https://github.com/vacp2p/zerokit.git
synced 2026-01-09 13:47:58 -05:00
* refactor(rln/zerokit): move poseidon to separate utils crate * refactor(rln/zerokit): move merkle tree to utils crate * refactor(rln/zerokit): move poseidon to separate utils crate * fix(utils/rln): fmt & conflict resolve * feat(utils): add parallel feature
9 lines
91 B
TOML
9 lines
91 B
TOML
[workspace]
|
|
members = [
|
|
"multiplier",
|
|
"semaphore",
|
|
"rln",
|
|
"rln-wasm",
|
|
"utils",
|
|
]
|