On 2025.03.14 10:16, Junio C Hamano wrote: > * Foreign language interface for Rust into our code base has been added. Unfortunately, I've run into problems publishing the new crates to crates.io. Specifically, the build process for `cargo publish` is different from `cargo build` in that the root of the repository is not included, and therefore our build.rs scripts cannot find the top-level Makefile or any of the Git sources outside of `contrib/libgit-*`. To prevent squatters from stealing the libgit* crate names, I've published placeholder crates, which we can replace once we've fixed the build issues.