mirror of
https://github.com/erebe/wstunnel.git
synced 2025-09-26 19:21:10 +08:00

Some checks failed
/ Build - Windows x86 (push) Has been cancelled
/ Build - Windows x86_64 (push) Has been cancelled
/ Build - Linux x86 (push) Has been cancelled
/ Build - Android aarch64 (push) Has been cancelled
/ Build - Linux aarch64 (push) Has been cancelled
/ Build - Linux x86_64 (push) Has been cancelled
/ Build - MacOS aarch64 (push) Has been cancelled
/ Build - MacOS x86_64 (push) Has been cancelled
/ Build - Freebsd x86_64 (push) Has been cancelled
/ Build - Android armv7 (push) Has been cancelled
/ Build - Freebsd x86 (push) Has been cancelled
/ Build - Linux armv6 (push) Has been cancelled
/ Build - Linux armv7hf (push) Has been cancelled
/ Release (push) Has been cancelled
19 lines
267 B
TOML
19 lines
267 B
TOML
[workspace]
|
|
resolver = "3"
|
|
|
|
members = ["wstunnel", "wstunnel-cli"]
|
|
|
|
[workspace.dependencies]
|
|
|
|
[profile.release]
|
|
lto = "fat"
|
|
panic = "abort"
|
|
codegen-units = 1
|
|
opt-level = 3
|
|
debug = 0
|
|
strip = "symbols"
|
|
|
|
[profile.release-with-symbols]
|
|
inherits = "release"
|
|
strip = false
|