mirror of
https://github.com/plume-sig/zk-nullifier-sig.git
synced 2026-01-10 13:28:07 -05:00
* chore: clean up - [x] Add checks for ci actions - [x] Run prettier, clippy, fmt commands for all the files - [x] Move circom circuits to a circom folder - [x] Get rid of js var statements * chore: add resolver version for cargo.toml * chore: add circom tests * chore: optimize check triggers * chore: remove `check` command * chore: use only `pnpm` * chore: update readme --------- Co-authored-by: 0xmad <0xmad@users.noreply.github.com>
12 lines
447 B
TOML
12 lines
447 B
TOML
[workspace]
|
|
resolver = "2"
|
|
|
|
members = ["rust-arkworks", "rust-k256"]
|
|
|
|
[patch.crates-io]
|
|
ark-ec = { git = "https://github.com/FindoraNetwork/ark-algebra" }
|
|
ark-ff = { git = "https://github.com/FindoraNetwork/ark-algebra" }
|
|
ark-serialize = { git = "https://github.com/FindoraNetwork/ark-algebra" }
|
|
ark-algebra-test-templates = { git = "https://github.com/FindoraNetwork/ark-algebra" }
|
|
ark-std = { git = "https://github.com/FindoraNetwork/ark-std" }
|