1pub mod api { 2 tonic::include_proto!("n5i_plugin"); 3} 4 5#[cfg(feature = "runtime")] 6pub mod runtime;