Add metrics endpoint

This commit is contained in:
nora 2024-03-31 15:44:39 +02:00
parent 13f89b68ef
commit 316a40442e
6 changed files with 600 additions and 224 deletions

3
shell.nix Normal file
View file

@ -0,0 +1,3 @@
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
packages = with pkgs; [ rustup ];
}