Disallow building of broken binary
This commit is contained in:
parent
cff34358d7
commit
a846f9da53
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue