filecoin-project / filecoin-ffi

C and CGO bindings for Filecoin's Rust libraries
Other
94 stars 136 forks source link

refactor: clean up deps #445

Closed vmx closed 6 months ago

vmx commented 6 months ago

The byteorder crate isn't actually used.

Also remove the direct dependency on the fr32 crate, which was used for testing only anway. As fr32 is part of the proofs, this change should make upgrades easier, as now the FFI only depends on filecoin-proofs-api, which is the public API for proofs.