Files
zerokit/Cargo.toml
G bbacc9dcce Add utils module (#53)
* 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
2022-09-28 11:33:14 +02:00

9 lines
91 B
TOML

[workspace]
members = [
"multiplier",
"semaphore",
"rln",
"rln-wasm",
"utils",
]