mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Create initial CONNECT proxy
This commit is contained in:
parent
cef2194427
commit
a60c68074a
5 changed files with 3875 additions and 0 deletions
8
proxy/Cargo.toml
Normal file
8
proxy/Cargo.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "proxy"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
rama = { git = "https://github.com/plabayo/rama", features = ["http-full", "dns", "boring"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue