Expand Shadowsocks runtime compatibility
This commit is contained in:
parent
d1638726ca
commit
4d1f589280
167 changed files with 57173 additions and 1640 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue