Browse Source

Making sure the packaged crate doesn't include the test images. No reason for it to be anywhere but source control.

develop
Drew Short 9 years ago
parent
commit
5b00cc1b5d
  1. 1
      Cargo.toml

1
Cargo.toml

@ -8,6 +8,7 @@ readme = "README.md"
keywords = ["phash", "perceptual", "image", "comparison"]
license = "MIT"
license-file = "LICENSE"
exclude = ["test_images/*"]
[dependencies]
docopt = "*"

Loading…
Cancel
Save