Expand Shadowsocks runtime compatibility

This commit is contained in:
JettChenT 2026-06-05 10:33:41 -07:00
parent d1638726ca
commit 4d1f589280
167 changed files with 57173 additions and 1640 deletions

View file

@ -3,6 +3,10 @@ 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"