Mark doc = false on bin to allow cargo doc to work [ci skip]
This commit is contained in:
parent
eba8062ba5
commit
ca50826245
1 changed files with 9 additions and 0 deletions
|
|
@ -11,6 +11,15 @@ exclude = [
|
||||||
"tests/*",
|
"tests/*",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[lib]
|
||||||
|
name = "oxipng"
|
||||||
|
path = "src/lib.rs"
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "oxipng"
|
||||||
|
path = "src/main.rs"
|
||||||
|
doc = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bit-vec = "^0.4.2"
|
bit-vec = "^0.4.2"
|
||||||
byteorder = "^0.4.0"
|
byteorder = "^0.4.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue