{pkgs ? import {}}: pkgs.mkShell { nativeBuildInputs = with pkgs.buildPackages; [ cargo rustc rustfmt pkg-config openssl cargo-edit ]; }