diff-trees 0.1.3

Diff two directory trees based on their content
Documentation
{
  mkShell,
  cargo,
  rustc,
  rust-analyzer,
  checks,
}:

mkShell {
  name = "diff-trees-shell";

  inputsFrom = [
    checks.treefmt
  ];

  packages = [
    cargo
    rustc
    rust-analyzer
  ];
}