Browse Source

Apparently crates.io doesn't understand just the license file, So making the config change back to MIT in the config for clarity on crates.io

develop
Drew Short 8 years ago
parent
commit
8d27a1dcda
  1. 2
      Cargo.toml

2
Cargo.toml

@ -6,7 +6,7 @@ description = "A simple library for generating perceptual hashes for images and
repository = "https://github.com/warricksothr/Perceptual-Image-Hashing/"
readme = "README.md"
keywords = ["phash", "perceptual", "image", "comparison"]
license-file = "LICENSE"
license = "MIT"
exclude = ["test_images/*"]
[lib]

Loading…
Cancel
Save