MCPcopy Create free account
hub / github.com/elastic/devfiler / main

Function main

build.rs:23–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21static INCLUDE_DIRS: &[&str] = &["opentelemetry-proto"];
22
23fn main() {
24 tonic_build::configure()
25 .type_attribute(".", "#[derive(::serde::Serialize)]")
26 .compile(PROTOS, INCLUDE_DIRS)
27 .unwrap();
28}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected