feat: init commit

This commit is contained in:
2024-03-24 18:03:20 +08:00
parent 0ae2b28434
commit db37ba5fd3
6 changed files with 2796 additions and 4 deletions

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[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"