fix: cargo fmt check

This commit is contained in:
藍+85CD 2024-07-26 17:10:05 +08:00
parent 5fc5546aec
commit 35f90287f7
No known key found for this signature in database
GPG key ID: BCB0111111111111
2 changed files with 5 additions and 2 deletions

View file

@ -17,7 +17,8 @@ use axum::{
extract::{Path, Query},
response::IntoResponse,
routing::{get, post},
Json, Router,
Json,
Router,
};
use axum_macros::debug_handler;
use serde::Deserialize;

View file

@ -23,7 +23,9 @@ use reqwest::Request;
use reqwest_middleware::RequestBuilder;
use rsa::{
pkcs8::{DecodePublicKey, EncodePrivateKey, EncodePublicKey, LineEnding},
Pkcs1v15Sign, RsaPrivateKey, RsaPublicKey,
Pkcs1v15Sign,
RsaPrivateKey,
RsaPublicKey,
};
use serde::Deserialize;
use sha2::{Digest, Sha256};