Move things around a bit

This commit is contained in:
David Pedersen
2021-06-06 11:37:08 +02:00
parent c3977d0b71
commit 46398afc72
10 changed files with 446 additions and 346 deletions
+1 -1
View File
@@ -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() {