fn main() { tonic_build::configure() .compile(&["proto/agent.proto"], &["proto"]) .unwrap(); }