Remove vendored ShadowTLS rustls forks

This commit is contained in:
JettChenT 2026-06-07 21:02:45 -07:00
parent 6c6bfe5434
commit a7cf38c382
154 changed files with 16 additions and 36672 deletions

View file

@ -3,10 +3,6 @@ members = ["burrow", "tun"]
resolver = "2"
exclude = ["burrow-gtk"]
[patch.crates-io]
rustls-fork-shadow-tls = { path = "third_party/rustls-fork-shadow-tls" }
tokio-rustls-fork-shadow-tls = { path = "third_party/tokio-rustls-fork-shadow-tls" }
[profile.release]
lto = true
panic = "abort"