Browse Source

Created the project

develop
Drew Short 9 years ago
parent
commit
7dd51e36c2
  1. 4
      Cargo.toml
  2. 3
      src/main.rs

4
Cargo.toml

@ -0,0 +1,4 @@
[package]
name = "Perceptual-Image-Hashing"
version = "0.1.0"
authors = ["Drew Short <warrick@sothr.com>"]

3
src/main.rs

@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}
Loading…
Cancel
Save