abrisco / cargo-bazel

A Bazel repository rule for generating Rust dependencies with Cargo.
https://abrisco.github.io/cargo-bazel/
MIT License
4 stars 1 forks source link

Bazel lockfiles now factor in dependency definitions #97

Closed abrisco closed 2 years ago

abrisco commented 2 years ago

I'd originally thought to encode the SplicingMetadata and Config structs using bincode but ran into https://github.com/bincode-org/bincode/issues/167

abrisco commented 2 years ago

This revealed https://github.com/abrisco/cargo-bazel/issues/100