From 413e878fb76f33bf8b5390d5f3ae72f9f8d616fd Mon Sep 17 00:00:00 2001 From: Drew Short Date: Thu, 17 Sep 2015 16:39:30 -0500 Subject: [PATCH] Updating the Cargo.toml file --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ad0803f..853268b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,12 @@ name = "pihash" version = "0.1.0" authors = ["Drew Short "] +description = "A simple library for generating perceptual hashes for images and comparing images based on their perceptual hashes." +repository = "https://github.com/warricksothr/Perceptual-Image-Hashing/" +readme = "README.md" +keywords = ["phash", "perceptual", "image", "comparison"] +license = "MIT" +license-file = "LICENSE" [dependencies] docopt = "*"