feat: add pingora-demo
This commit is contained in:
14
__network/pingora-demo/Cargo.toml
Normal file
14
__network/pingora-demo/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "pingora-demo"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
pingora-core = "0.2"
|
||||
pingora-proxy = "0.2"
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
async-trait = "0.1"
|
||||
mime_guess = "2.0"
|
||||
headers = "0.3"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user