first pass of merging in warp (doesn't build)
This commit is contained in:
@@ -16,7 +16,6 @@ tower.workspace = true
|
||||
tower-http = { workspace = true, features = ["trace", "cors"] }
|
||||
tracing.workspace = true
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
galaxy_cli.workspace = true
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
win32job = "2.0.1"
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
use std::time::Duration;
|
||||
|
||||
use axum::body::Body;
|
||||
use axum::extract::Request;
|
||||
use axum::http::request::Parts;
|
||||
use axum::http::{HeaderValue, Method, Response};
|
||||
use axum::{extract::Request, routing::get, Router};
|
||||
use axum::routing::get;
|
||||
use axum::Router;
|
||||
use tower::ServiceBuilder;
|
||||
use tower_http::cors::{AllowOrigin, CorsLayer};
|
||||
use tower_http::trace::TraceLayer;
|
||||
|
||||
Reference in New Issue
Block a user