Initial Agentsd project commit
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
7
core/proto/build.rs
Normal file
7
core/proto/build.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
tonic_build::configure()
|
||||
.build_server(true)
|
||||
.build_client(true)
|
||||
.compile_protos(&["../../proto/agentsd.proto"], &["../../proto/"])?;
|
||||
Ok(())
|
||||
}
|
||||
Reference in New Issue
Block a user