blob: 0e9487daa66524809d5c5cd8bca82cfcc3624ec9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
mod parser;
/// Well known types
pub mod protobuf {
include!(concat!(env!("OUT_DIR"), "/google.protobuf.rs"));
}
pub mod r#type {
include!(concat!(env!("OUT_DIR"), "/google.r#type.rs"));
}
|