axum-extra: Make axum optional dependency (#3485)

This commit is contained in:
tottoto
2025-10-29 16:58:10 +01:00
committed by David Mládek
parent 69703479c8
commit 929512f462
25 changed files with 109 additions and 77 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
//! Generate forms to use in responses.
use axum::response::{IntoResponse, Response};
use axum_core::response::{IntoResponse, Response};
use fastrand;
use http::{header, HeaderMap, StatusCode};
use mime::Mime;