[package]
name = "diffimg"
version = "0.1.0"
authors = ["Kevin <quebin31@gmail.com>"]
edition = "2018"
repository = "https://gitlab.com/quebin31/diffimg-rs/"
license = "MIT"
description = "Compute the amount of difference between two images"
[dependencies]
base64 = "0.9.0"
image = "0.20"
lcs-diff = "0.1.1"