update servicepoint to 0.6.0

This commit is contained in:
Vinzenz Schroeter 2024-06-05 21:42:21 +02:00
parent 6df96d73d2
commit dca4ed7113
5 changed files with 16 additions and 1 deletions

11
shell.nix Normal file
View file

@ -0,0 +1,11 @@
{pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [
rustup
pkg-config
xe
lzma
cargo-tarpaulin
gnumake
];
}