From 52cd087113b6e8cff40a598bfb2a0542d300ddd2 Mon Sep 17 00:00:00 2001 From: KAMADA Ken'ichi Date: Fri, 30 Dec 2016 23:46:33 +0900 Subject: [PATCH] Fill in the manifest. --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c375931..23cf4a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,3 +2,9 @@ name = "exif" version = "0.1.0" authors = ["KAMADA Ken'ichi "] + +description = "Exif parsing library written in pure Rust" +repository = "https://github.com/kamadak/exif-rs" +readme = "README" +keywords = ["Exif", "JPEG", "parser", "reader", "TIFF"] +license = "BSD-2-Clause"