1pub mod deploy; 2 3#[cfg(feature = "server")] 4pub mod server; 5 6pub const PROTOCOL_VERSION: &str = env!("CARGO_PKG_VERSION");