feat(wfe-buildkit-protos): generate full BuildKit gRPC API (tonic 0.14)

New crate generating Rust gRPC stubs from the official BuildKit
proto files (git submodule from moby/buildkit). Control service,
LLB definitions, session protocols, and source policy.
tonic 0.14 / prost 0.14.
This commit is contained in:
2026-03-26 12:29:00 +00:00
parent 27ce28e2ea
commit 2f861a9192
10 changed files with 159 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
// Stub for vtprotobuf extensions — not needed for Rust codegen
syntax = "proto3";
package vtproto;
import "google/protobuf/descriptor.proto";
extend google.protobuf.MessageOptions {
bool mempool = 64101;
}