mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
Port codebase to latest halo2 API.
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# foo|bar|baz
|
||||
skip_bins='cashierd'
|
||||
|
||||
find_packages() {
|
||||
find bin -type f -name Cargo.toml | while read line; do
|
||||
if echo "$line" | grep -Eq 'cashierd|darkfid|gatewayd'; then
|
||||
if echo "$line" | grep -Eq "$skip_bins"; then
|
||||
continue
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user