mirror of https://github.com/vacp2p/zerokit.git
de5eb2066a
Since profile info specified inside workspace members `Cargo.toml`'s is ignored by Cargo, this replaces the place to specify these details for the workspace-level `Cargo.toml`. NOTE that `panic` and `rpath` aren't supported with the Overwritting feature. Therefore, the only required thing (if considered necessary) is to create a new profile which also enables these things. Resolves: #93 |
||
---|---|---|
.. | ||
src | ||
tests | ||
vendor | ||
Cargo.toml | ||
Makefile.toml | ||
README.md | ||
build.rs |
README.md
Semaphore example package
This is basically a wrapper around/copy of https://github.com/worldcoin/semaphore-rs to illustrate how e.g. RLN package can be structured like.
Goal is also to provide a basic FFI around protocol.rs, which is currently not in scope for that project.
See that project for more information.