crane
crane copied to clipboard
A Nix library for building cargo projects. Never build twice thanks to incremental artifact caching.
**Is your feature request related to a problem? Please describe.** I have [a project written in Rust](https://github.com/samestep/npc) for which I provide an overlay to make it easy to use via,...
**Describe the bug** I'm trying to use a local cache as a replacement for the default `crates-io` registry. Local builds using `cargo` work (see config below). However, building with `crane`...
We have some rust cdylibs that get linked into another application. On aarch64-darwin, these would crash at runtime due to a code signing verification failure. Since the dylibs id (`LC_ID_DYLIB`)...
**Is your feature request related to a problem? Please describe.** I'm trying to build a Rust project manually with `cargo b`, but it requires the MinGW pthreads fix, which is...