On Fri, Mar 21, 2025 at 6:14 PM Josh Steadmon <steadmon@xxxxxxxxxx> wrote: > Unlike `cargo build`, `cargo package` does not get access to the entire Git repo > containing a Rust crate. Instead, it prepares a directory starting from the > crate root (potentially excluding files, such as those not under version > control, or explicity excluded in the Cargo.toml file). s/explicity/explicitly/ > diff --git a/contrib/libgit-sys/git-src b/contrib/libgit-sys/git-src > @@ -0,0 +1 @@ > +../.. > \ No newline at end of file Meh.