Skip to main content
Makenot
.
work
Discover
Use Cases
Docs
Fan+
Login
Join
max
/
makenotwork
lane-a-pipeline
main
tag: launch-2026-06-01
Files
Commits
Issues
makenotwork
/
shared
/
pom-contract
/
Cargo.toml
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