{ pkgs ? import { }, }: pkgs.mkShell { nativeBuildInputs = [ pkgs.pkg-config ]; buildInputs = [ pkgs.rustPlatform.bindgenHook pkgs.cairo ]; }