Initialize Rust project with Cargo, dependencies, and module skeleton
Set up single-binary reverse-proxy project with all core dependencies (axum, tokio, hyper, tower, rustls, tokio-rustls, rustls-acme, serde, toml, arc-swap, tracing, tracing-subscriber, rustls-pemfile, rustls-pki-types, clap, signal-hook, anyhow, thiserror) pinned to exact versions. Create module skeleton (config, proxy, tls, rate_limit, logging, admin, health, shutdown) matching architecture spec.
This commit is contained in:
2
src/tls/redirect.rs
Normal file
2
src/tls/redirect.rs
Normal file
@@ -0,0 +1,2 @@
|
||||
#[allow(dead_code)]
|
||||
pub struct HttpsRedirect;
|
||||
Reference in New Issue
Block a user