Mark doc = false on bin to allow cargo doc to work [ci skip]

This commit is contained in:
Joshua Holmer 2016-03-08 12:03:07 -05:00
parent eba8062ba5
commit ca50826245

View file

@ -11,6 +11,15 @@ exclude = [
"tests/*",
]
[lib]
name = "oxipng"
path = "src/lib.rs"
[[bin]]
name = "oxipng"
path = "src/main.rs"
doc = false
[dependencies]
bit-vec = "^0.4.2"
byteorder = "^0.4.0"