From e5ffcb23c45fb636bf6f3e68e74776396f734548 Mon Sep 17 00:00:00 2001 From: KAMADA Ken'ichi Date: Tue, 3 Jan 2017 08:21:00 +0900 Subject: [PATCH] Add the documentation and homepage fields in the manifest. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 23cf4a7..8ed2179 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,8 @@ version = "0.1.0" authors = ["KAMADA Ken'ichi "] 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"]