HAProxy alternative - Layer 4/7 load balancing
HAProxy alternatifi - Katman 4/7 yuk dengeleme
Async runtime
tokio = { version = "1", features = ["full"] }HTTP islemleri
hyper = { version = "1", features = ["full"] }Copy this Cargo.toml to get started:
[package]
name = "my-load-balancer"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1", features = ["full"] }
hyper = { version = "1", features = ["full"] }
thiserror = "1"
tracing = "0.1"