mirror of
https://github.com/okhsunrog/vpnhide.git
synced 2026-07-25 00:43:53 +00:00
25 lines
372 B
TOML
25 lines
372 B
TOML
[workspace]
|
|
resolver = "3"
|
|
members = [
|
|
"crates/activator",
|
|
"crates/protocol",
|
|
"crates/protocol-diff",
|
|
"zygisk",
|
|
]
|
|
exclude = ["lsposed/native"]
|
|
|
|
[workspace.package]
|
|
edition = "2024"
|
|
rust-version = "1.85"
|
|
license = "MIT"
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
lto = "fat"
|
|
codegen-units = 1
|
|
strip = true
|
|
panic = "abort"
|
|
|
|
[profile.dev]
|
|
opt-level = 1
|
|
panic = "abort"
|