mirror of
https://github.com/vacp2p/zerokit.git
synced 2025-01-18 18:43:26 +00:00
5d429ca031
* initializes the private settlement crate * adds private settlement to the main cargo.toml
10 lines
115 B
TOML
10 lines
115 B
TOML
[workspace]
|
|
members = [
|
|
"multiplier",
|
|
"private-settlement",
|
|
"semaphore",
|
|
"rln",
|
|
"rln-wasm",
|
|
"utils",
|
|
]
|