easypassword 0.3.0

A program to create passwords like in xkcd.com/936. The file has to have one word per line. One seperator should be a special character. The other seperator should be a number.
1
2
3
4
5
6
7
let
  moz_overlay = import (builtins.fetchTarball https://github.com/mozilla/nixpkgs-mozilla/archive/master.tar.gz);
in
  { pkgs ? import <nixpkgs> { overlays = [ moz_overlay ]; } }:

  let cargoNix = import ./Cargo.nix { inherit pkgs; };
  in cargoNix.rootCrate.build