patch 0.7.0

Parse patches in the unified diff format
Documentation
1
2
3
4
5
6
7
8
with import <nixpkgs> {};

stdenv.mkDerivation {
    name = "rust";
    buildInputs = [
        cargo
    ];
}