Add rustfmt config.

This commit is contained in:
Tom Alexander
2024-09-29 15:03:07 -04:00
parent 0602f8472b
commit 14b38b7fcd
4 changed files with 21 additions and 4 deletions

View File

@@ -13,7 +13,8 @@ use axum::response::IntoResponse;
use axum::response::Response;
use axum::Json;
use axum::RequestExt;
use base64::{engine::general_purpose, Engine as _};
use base64::engine::general_purpose;
use base64::Engine as _;
use hmac::Hmac;
use hmac::Mac;
use http_body_util::BodyExt;