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 doc = false
name = "oxipng" name = "oxipng"
path = "src/main.rs" path = "src/main.rs"
required-features = ["binary"]
[dependencies] [dependencies]
bit-vec = "^0.5.0" bit-vec = "^0.5.0"