Add the documentation and homepage fields in the manifest.

This commit is contained in:
KAMADA Ken'ichi 2017-01-03 08:21:00 +09:00
parent 52cd087113
commit e5ffcb23c4
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ version = "0.1.0"
authors = ["KAMADA Ken'ichi <kamada@nanohz.org>"]
description = "Exif parsing library written in pure Rust"
documentation = "https://docs.rs/kamadak-exif"
homepage = "https://github.com/kamadak/exif-rs"
repository = "https://github.com/kamadak/exif-rs"
readme = "README"
keywords = ["Exif", "JPEG", "parser", "reader", "TIFF"]