[tasks.compile]
command = "cargo"
toolchain = "nightly"
args = ["build", "-Z", "build-std=std,panic_abort", "-Z", "build-std-features=panic_immediate_abort", "--target", "x86_64-unknown-linux-gnu", "--release"]
[tasks.strip]
command = "upx"
args = ["--best", "--lzma", "target/x86_64-unknown-linux-gnu/release/blackmore"]
dependencies = ["compile"]