initial commit

This commit is contained in:
2022-11-10 00:41:06 +01:00
commit 0eccde4b18
9 changed files with 628 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "image-similarity"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
image = "0.24.4"