cargo-zclean 1.0.0

cargo-zclean
[dependencies.path-absolutize]
version = "3.1.1"

[package]
description = "cargo-zclean"
edition = "2021"
exclude = ["dist/*", "Cross.toml"]
license = "MIT OR Apache-2.0"
name = "cargo-zclean"
readme = "README.md"
version = "1.0.0"
[package.metadata.bundle]
identifier = "com.trip.cargo.zclean"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = true
[target."cfg(windows)".dependencies.winapi]
features = ["fileapi", "winnt"]
version = "0.3.9"