mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-04-29 14:04:26 +02:00
14 lines
210 B
TOML
14 lines
210 B
TOML
[package]
|
|
name = "elf-cleaner"
|
|
version = "0.0.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
object = { version = "0.36", features = ["build"] }
|
|
anyhow = "1.0"
|
|
|
|
[profile.release]
|
|
strip = true
|
|
lto = true
|
|
codegen-units = 1
|