Add two structs:
- Protobuf, an extractor and response type for specific protobuf messages.
- ReportError, a newtype around Report, which can be turned into an HTTP response.
Also add chronik.proto (currently containing only Error) + prost protobuf building using build.rs.
Depends on D13203.