mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-28 02:10:39 +02:00
21 lines
449 B
TOML
21 lines
449 B
TOML
cargo-features = ["strip"] # nightly
|
|
|
|
[package]
|
|
name = "uad_gui"
|
|
version = "0.1.0"
|
|
authors = ["w1nst0n"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
iced = { git = "https://github.com/hecrj/iced.git", features = ["svg"] }
|
|
serde = { version = "^1.0", features = ["derive"] }
|
|
serde_json = "^1.0"
|
|
static_init = "^1.0"
|
|
fern = { version = "^0.6", features = ["colored"] }
|
|
log = "^0.4"
|
|
chrono = "^0.4"
|
|
|
|
[profile.release]
|
|
opt-level = "s"
|
|
lto = true
|
|
strip = "symbols"
|