1
0
mirror of https://github.com/proot-me/proot-rs.git synced 2024-11-13 14:09:20 +00:00
proot-rs/Cargo.toml

11 lines
117 B
TOML

cargo-features = ["strip"]
[workspace]
members = [
"proot-rs",
"loader-shim",
]
[profile.release]
strip = true