crane/lib
Ivan Petkov dc553e3853
Remove installFromCargoArtifactsHook
* This hook was never a great implementation to begin with since it
  would simply search the cargo artifacts directory for binaries and
  libraries to install
* This isn't really great since if we have multiple builds (say one with
  debug artifacts, one with release artifacts) it isn't exactly clear
  which artifacts would get installed (or which will get clobbered).
* Now that we have installFromCargoBuildLogHook we can simplify the
  options a bit and only have one main installation method. The caller
  can always provide their own if they wish
2022-01-03 14:42:59 -08:00
..
buildDepsOnly.nix Remove installFromCargoArtifactsHook 2022-01-03 14:42:59 -08:00
buildPackage.nix Remove installFromCargoArtifactsHook 2022-01-03 14:42:59 -08:00
buildWithCargo.nix Remove installFromCargoArtifactsHook 2022-01-03 14:42:59 -08:00
cleanCargoToml.nix cleanCargoToml: retain crate-type 2021-12-31 18:40:01 -08:00
crateNameFromCargoToml.nix Update crateNameFromCargoToml with better fallback error messages 2021-12-30 15:08:45 -08:00
default.nix Add buildPackage for building and installing cargo packages 2022-01-03 14:32:51 -08:00
downloadCargoPackage.nix Implement vendoring cargo dependencies 2021-12-26 14:05:23 -08:00
mkCargoDerivation.nix Remove installFromCargoArtifactsHook 2022-01-03 14:42:59 -08:00
mkDummySrc.nix mkDummySrc: fix handling of bin targets 2021-12-31 19:03:06 -08:00
urlForCargoPackage.nix Implement vendoring cargo dependencies 2021-12-26 14:05:23 -08:00
vendorCargoDeps.nix Add cleanCargoToml 2021-12-29 16:03:39 -08:00
vendorCargoDepsFromArgs.nix Add vendorCargoDepsFromArgs 2022-01-03 10:28:56 -08:00
writeTOML.nix Add checks for cleanCargoToml 2021-12-29 19:26:55 -08:00