Files
proxy-inspector/Cargo.toml
2024-03-24 18:03:20 +08:00

16 lines
396 B
TOML

[package]
name = "proxy-inspector"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pingora = { version = "0.1", features = ["proxy"] }
tokio = { version = "1.36", features = ["rt-multi-thread", "signal"] }
pretty_env_logger = "0.5"
async-trait = "0.1"
log = "0.4"
http = "1.1"
structopt = "0.3"