[bazel] Integrate rom_ext_image_tools into `sw/host` cargo workspace To facilitate mask ROM E2E testing, test binaries must be signed in order to be runnable via the mask ROM. To add signing support to bazel for test images, the `rom_ext_signer` tool must be brought under bazel control. To enable the above, this commit integrates the `rom_ext_image_tools` into the `sw/host` cargo workspace, and re-runs `cargo raze` to generate the appropriate bazel BUILD files for the `rom_ext_image_tools` Rust dependencies. This addresses a task in #10864. Signed-off-by: Timothy Trippel <ttrippel@google.com>
diff --git a/third_party/cargo/remote/BUILD.humantime-2.1.0.bazel b/third_party/cargo/remote/BUILD.humantime-2.1.0.bazel index 231a9e0..81c1611 100644 --- a/third_party/cargo/remote/BUILD.humantime-2.1.0.bazel +++ b/third_party/cargo/remote/BUILD.humantime-2.1.0.bazel
@@ -48,6 +48,7 @@ ], tags = [ "cargo-raze", + "crate-name=humantime", "manual", ], version = "2.1.0",