aboutsummaryrefslogtreecommitdiff
path: root/hello/crates-io.nix
blob: 7a0e584d6033c050cf07ce100cc2f353d188251c (plain)
1
2
3
4
5
6
7
8
{ lib, buildRustCrate, buildRustCrateHelpers }:
with buildRustCrateHelpers;
let inherit (lib.lists) fold;
    inherit (lib.attrsets) recursiveUpdate;
in
rec {

}