blackmore 0.1.0

Very simple HTTP status code checking, intended for Docker health checks
1
2
3
4
5
6
7
8
9
[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"]