// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
#![expect(missing_docs)]
fn main() {
prost_build::Config::new()
.type_attribute(".", "#[derive(mesh::MeshPayload)]")
.type_attribute(".", "#[mesh(prost)]")
.service_generator(Box::new(mesh_build::MeshServiceGenerator::new()))
.compile_protos(&["src/diag.proto"], &["src/"])
.unwrap();
}microsoft/openvmm
Publicmirrored fromhttps://github.com/microsoft/openvmmAvailable
openhcl/diag_proto/build.rs
13lines · modepreview