summary refs log blame commit diff
path: root/pkgs/tools/toml2nix/default.nix
blob: ac4de4eee1440c674e5183ca21e57407bbbc3373 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                                                  
# Generated by carnix 0.9.7: carnix generate-nix
{ lib, buildPlatform, buildRustCrate, buildRustCrateHelpers, cratesIO, fetchgit }:
with buildRustCrateHelpers;
let inherit (lib.lists) fold;
    inherit (lib.attrsets) recursiveUpdate;
in
let crates = cratesIO; in
rec {
  toml2nix = crates.crates.toml2nix."0.1.1" deps;
  __all = [ (toml2nix {}) ];
  deps.serde."1.0.84" = {};
  deps.toml."0.4.10" = {
    serde = "1.0.84";
  };
  deps.toml2nix."0.1.1" = {
    toml = "0.4.10";
  };
}