Browse Source

Pulled in the image library to allow reading image files

develop
Drew Short 9 years ago
parent
commit
8255ae4334
  1. 3
      .gitignore
  2. 4
      Cargo.lock
  3. 5
      Cargo.toml

3
.gitignore

@ -9,3 +9,6 @@
# Generated by Cargo
/target/
# Building a library, so ignore the lock file
Cargo.lock

4
Cargo.lock

@ -1,4 +0,0 @@
[root]
name = "perceptual_image_hashing"
version = "0.1.0"

5
Cargo.toml

@ -2,3 +2,8 @@
name = "perceptual_image_hashing"
version = "0.1.0"
authors = ["Drew Short <warrick@sothr.com>"]
[dependencies]
docopt = "*"
rustc-serialize = "*"
image = "*"
Loading…
Cancel
Save