mirror of
https://github.com/proot-me/proot-rs.git
synced 2024-11-13 14:09:20 +00:00
11 lines
117 B
TOML
11 lines
117 B
TOML
cargo-features = ["strip"]
|
|
|
|
[workspace]
|
|
members = [
|
|
"proot-rs",
|
|
"loader-shim",
|
|
]
|
|
|
|
[profile.release]
|
|
strip = true
|