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
|
||||
name = "oxipng"
|
||||
path = "src/main.rs"
|
||||
required-features = ["binary"]
|
||||
|
||||
[dependencies]
|
||||
bit-vec = "^0.5.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue