WIP: Create apub_inbox crate #8

Draft
steffo wants to merge 40 commits from feature/apub-inbox into main
Showing only changes of commit c0fb191581 - Show all commits

View file

@ -32,7 +32,7 @@ async fn main() -> anyhow::Result<std::convert::Infallible> {
.context("failed to bind listener to address")?;
log::trace!("Tokio listener bound to: {bind_address}");
log::info!("Starting server...");
log::info!("Starting rdserver web server...");
axum::serve(listener, app)
.await
.context("server exited with error")?;