summaryrefslogtreecommitdiffstats
path: root/lib/sellershut-core/src/google.rs
blob: b28aee01d04c20c3742b4f126e5fecf09b696742 (plain)
1
2
3
4
5
6
7
/// Well known types
pub mod protobuf {
    include!(concat!(env!("OUT_DIR"), "/google.protobuf.rs"));
}

#[cfg(feature = "time")]
mod helpers;