From 7fcd64b40b832416dac09df0803e85178117930f Mon Sep 17 00:00:00 2001 From: KAMADA Ken'ichi Date: Tue, 17 Apr 2018 23:33:39 +0900 Subject: [PATCH] Mention the name on crate.io to reduce confusion. --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index a17d07c..6fa1afc 100644 --- a/README +++ b/README @@ -8,9 +8,9 @@ Exif parsing library written in pure Rust Usage ----- - Add a dependency entry to your Cargo.toml. Specifying at least two - numbers is recommended because, during the major version 0, the - minor will be bumped to indicate backwards-incompatible changes. + Add a dependency entry to your Cargo.toml. Specify "kamadak-exif" + if you use crates.io. The canonical name of this crate is "exif", + but it is renamed on crates.io to avoid a naming conflict. [dependencies] kamadak-exif = "0.3"