This commit is contained in:
nora 2022-03-04 22:15:19 +01:00
parent 93ce632b5d
commit 4346db648f
24 changed files with 224 additions and 209 deletions

View file

@ -1,10 +1,12 @@
#![warn(rust_2018_idioms)]
use amqp_core::GlobalData;
use axum::body::{boxed, Full};
use axum::response::{Html, IntoResponse, Response};
use axum::routing::get;
use axum::{Json, Router};
use axum::{
body::{boxed, Full},
response::{Html, IntoResponse, Response},
routing::get,
Json, Router,
};
use serde::Serialize;
use tracing::info;