Mention the name on crate.io to reduce confusion.

This commit is contained in:
KAMADA Ken'ichi 2018-04-17 23:33:39 +09:00
parent 9c2440b7eb
commit 7fcd64b40b
1 changed files with 3 additions and 3 deletions

6
README
View File

@ -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"