Disallow building of broken binary

This commit is contained in:
Kornel Lesiński 2018-05-31 15:18:04 +01:00
parent cff34358d7
commit a846f9da53

View file

@ -24,6 +24,7 @@ maintenance = { status = "actively-developed" }
doc = false
name = "oxipng"
path = "src/main.rs"
required-features = ["binary"]
[dependencies]
bit-vec = "^0.5.0"