Rust Third-Party Snapshot#
This directory is updated by:
tools/buck/sync_rust_deps.shfor Cargo lock/metadata snapshots.tools/buck/buckify_rust_deps.shfor Reindeer vendor/buckify output (vendor/+ generatedBUCK2).
Current Buck2 setup in this repo uses Cargo-driven build actions. The files here are a deterministic
snapshot of Cargo.lock and cargo metadata used for dependency auditing and future Buck-native
dependency generation.
Regenerate:
tools/buck/sync_rust_deps.sh
Buckify third-party Rust deps with Reindeer:
./x buckify-rust-deps
Reindeer config lives at third-party/reindeer.toml.