init commit

This commit is contained in:
MeexReay 2025-07-28 11:50:42 +03:00
commit 565ee5ff1f
7 changed files with 1488 additions and 0 deletions

8
Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "quicproxy"
version = "0.1.0"
edition = "2024"
[dependencies]
quinn = { version = "0.11.8", features = ["rustls"] }
tokio = { version = "1.47.0", features = ["rt", "macros"] }