1 2 3 4 5 6
use imgforge::server; #[tokio::main] async fn main() -> Result<(), server::ServerError> { server::start().await }