1mod conjure { 2 include!(concat!(env!("OUT_DIR"), "/conjure/mod.rs")); 3} 4 5#[cfg(all(feature = "tonic", not(feature = "_build")))] 6mod proto; 7 8#[cfg(all(feature = "tonic", not(feature = "_build")))] 9pub use proto::*; 10 11pub use conjure::*;