I am trying to add blake3 and it has some rust dependencies. I could get all platforms working, except Haiku OS, see there: - https://github.com/borgbackup/borg/pull/9643 - CI: https://github.com/borgbackup/borg/actions/runs/25876342869/job/76044614227?pr=9643 It seems it can't find `cargo`. Shouldn't that be in `rust_bin` package?
I am trying to add blake3 and it has some rust dependencies.
I could get all platforms working, except Haiku OS, see there:
It seems it can't find
cargo. Shouldn't that be inrust_binpackage?