Some checks failed
Publish Docker Images / build-and-publish (push) Has been cancelled
8 lines
175 B
Rust
8 lines
175 B
Rust
//! Backend server entry point.
|
|
|
|
#[cfg(not(tarpaulin_include))]
|
|
#[tokio::main]
|
|
async fn main() -> Result<(), std::io::Error> {
|
|
phundrak_dot_com_backend::run(None).await
|
|
}
|