mirror of
https://github.com/Noratrieb/cargo-bisect-rustc-service.git
synced 2026-01-14 16:25:01 +01:00
Add metrics endpoint
This commit is contained in:
parent
13f89b68ef
commit
316a40442e
6 changed files with 600 additions and 224 deletions
3
shell.nix
Normal file
3
shell.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
|
||||
packages = with pkgs; [ rustup ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue