5 lines
166 B
Plaintext
Raw Normal View History

2023-12-22 19:03:43 -07:00
task genffi, "update the nim ffi bindings":
exec "cargo install --force nbindgen"
exec "nbindgen --crate codex-storage-proofs --output codex_proofs_ffi.nim"