//! Web dashboard surface for Oxios.
//!
//! Provides an HTTP server (axum) that serves as the primary
//! control interface. Implements [`Surface`](oxios_gateway::Surface)
//! for direct kernel access and optionally registers a channel
//! with the gateway for message routing.
pub use ;
pub use WebSurface;
pub use AppState;