Skip to main content

max / makenotwork

266 B · 10 lines History Blame Raw
1 [package]
2 name = "pom-contract"
3 version = "0.1.0"
4 edition = "2024"
5 description = "Test-only helper for asserting that a service's /api/health response still matches PoM's json_fields expectations from pom-hetzner.toml."
6
7 [dependencies]
8 serde_json = "1"
9 toml = "0.8"
10