feat: init commit
This commit is contained in:
15
Cargo.toml
Normal file
15
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user