mirror of
https://github.com/logos-storage/logos-storage-proofs.git
synced 2026-05-03 01:33:11 +00:00
5 lines
166 B
Plaintext
5 lines
166 B
Plaintext
|
|
|
||
|
|
task genffi, "update the nim ffi bindings":
|
||
|
|
exec "cargo install --force nbindgen"
|
||
|
|
exec "nbindgen --crate codex-storage-proofs --output codex_proofs_ffi.nim"
|