aboutsummaryrefslogtreecommitdiffstats
path: root/lib/warden-core/src/google.rs
blob: 88f703717d6a0ced22b42b6e74e30bd6c71da2c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
pub(crate) mod parser;

/// Well known types
pub mod protobuf {
    include!(concat!(env!("OUT_DIR"), "/google.protobuf.rs"));
}

#[cfg(any(feature = "message", feature = "pseudonyms"))]
pub mod r#type {
    include!(concat!(env!("OUT_DIR"), "/google.r#type.rs"));
}