This repository has been archived on 2024-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
dechrome/Cargo.toml

17 lines
303 B
TOML
Raw Normal View History

2023-08-28 15:06:57 +02:00
[package]
name = "dechrome"
version = "0.9.0"
edition = "2021"
[target.'cfg(windows)'.dependencies]
winreg = "~0.50.0"
is_elevated = "~0.1.2"
ureq = { version = "~2.7.1", features = ["tls"] }
[profile.release-full]
inherits = "release"
strip = "symbols"
lto = "fat"
codegen-units = 1
panic = "abort"