Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

buildRustCrate: Search for matching Cargo.toml in sub directories #82155

Merged
merged 2 commits into from
Mar 10, 2020

Commits on Mar 9, 2020

  1. buildRustCrate: refactor colored logging

    * Make errors include the crate name and make them much more prominent.
    * Move more code into lib.sh
    * Already source generated logging code and lib.sh in configure
    kolloch committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    04e7462 View commit details
    Browse the repository at this point in the history
  2. build-support/rust/buildRustCrate: Search for matching Cargo.toml in …

    …sub directories
    
    This is what cargo does for git repositories.
    
    See related issues:
    
    * nix-community/crate2nix#53
    * nix-community/crate2nix#33
    kolloch committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    8a6638d View commit details
    Browse the repository at this point in the history