{ pkgs ? (import <nixpkgs>) { }, lib ? pkgs.lib}:
pkgs.mkShell {
buildInputs = with pkgs; [ cargo rustc rustfmt ];
}