Sniff and replay HTTP requests and responses — perfect for mocking APIs during testing.

ci: add rustfmt to deps

Changed files
+2 -1
.tangled
workflows
+2 -1
.tangled/workflows/fmt.yml
··· 6 6 nixpkgs: 7 7 - cargo 8 8 - rustc 9 + - rustfmt 9 10 10 11 steps: 11 12 - name: "cargo fmt" 12 13 command: | 13 - cargo fmt --all --check 14 + cargo fmt --all --check