version-consts-git 0.1.1

Code generation for compiling in information about a crate's git status
Documentation
1
2
3
4
5
6
with import <nixpkgs> { };

stdenv.mkDerivation {
  name = "bs-physics";
  buildInputs = (with pkgs; [ (rustNightly.rust { }) zlib ]);
}