Add additional fields to Cargo.toml [ci skip]
This commit is contained in:
parent
aa80965196
commit
76106f043e
1 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,11 @@
|
||||||
name = "oxipng"
|
name = "oxipng"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Joshua Holmer <jholmer.in@gmail.com>"]
|
authors = ["Joshua Holmer <jholmer.in@gmail.com>"]
|
||||||
|
description = "A lossless PNG compression optimizer"
|
||||||
|
license = "MIT"
|
||||||
|
documentation = "https://github.com/shssoichiro/oxipng"
|
||||||
|
homepage = "https://github.com/shssoichiro/oxipng"
|
||||||
|
repository = "https://github.com/shssoichiro/oxipng"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bit-vec = "^0.4.2"
|
bit-vec = "^0.4.2"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue