nixpkgs/pkgs/build-support/rust
sohalt 3619ffaeb6 rust: fix importCargoLock for repositories without toplevel Cargo.toml
Some crates do not have a Cargo.toml at the top-level, but only in
nested directories. Before this change importCargoLock used to fail with:

error: manifest path `/nix/store/some-store-path/Cargo.toml` does not exist
2022-03-17 00:15:56 -04:00
..
build-rust-crate Remove myself from maintainers 2022-01-20 00:24:52 +01:00
build-rust-package Merge pull request #145107 from Ericson2314/buildRustCrate-sysroot 2021-11-24 18:44:13 -05:00
fetch-cargo-tarball build-support/rust: Organize 2021-11-07 14:16:49 -05:00
hooks rustPlatform.bindgenHook: init 2022-02-22 19:37:07 +01:00
lib build-support/rust: Organize 2021-11-07 14:16:49 -05:00
sysroot build-support/rust/sysroot/src: Use dont* instead of phase list 2021-11-08 21:38:58 +00:00
test/import-cargo-lock rust/import-cargo-lock: hopefully make nested crate test work on macos 2021-10-25 01:11:45 +02:00
carnix.nix
crates-io.nix
default-crate-overrides.nix default-crate-overrides: remove two crates that are probably irrelevant 2021-10-27 22:29:10 +02:00
fetchcargo-default-config.toml
fetchcrate.nix fetchCrate: accept pname besides crateName 2020-08-28 08:34:22 +02:00
import-cargo-lock.nix rust: fix importCargoLock for repositories without toplevel Cargo.toml 2022-03-17 00:15:56 -04:00