bollard-buildkit-proto 0.1.0

Protobuf definitions to interact with buildkit using Bollard
Documentation
# Buildkit rust proto

This repository contains both the protobuf descriptors and generated output.

The generated files are part of the project to maintain consistency across
generated assets in the Bollard project, and to avoid a build dependency on the
external `protoc` binary.

## Generate

To generate the output use the following:

```
cargo run --bin gen --features build
```