mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-28 00:00:20 +02:00
Move things around a bit
This commit is contained in:
@@ -2,7 +2,7 @@ use http::{Request, StatusCode};
|
||||
use hyper::Server;
|
||||
use std::net::SocketAddr;
|
||||
use tower::make::Shared;
|
||||
use tower_web::{body::Body, response, get, route, AddRoute, extract};
|
||||
use tower_web::{body::Body, extract, get, response, route, AddRoute};
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
|
||||
Reference in New Issue
Block a user