4 lines
164 B
Rust
4 lines
164 B
Rust
// Include generated protobuf code from build.rs
|
|
// Since proto files have no package declaration, they're all in _.rs
|
|
include!(concat!(env!("OUT_DIR"), "/_.rs"));
|