mirror of
https://github.com/vacp2p/zerokit.git
synced 2025-02-16 16:37:03 +00:00
* 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",
|
|
]
|