{ pkgs ? import {} }: pkgs.mkShell { buildInputs = [ pkgs.cargo pkgs.openssl pkgs.pkg-config pkgs.websocat ]; }