[package] name = "dither" version = "1.3.10" authors = ["Efron Licht "] edition = "2018" license = "MIT" description = "A ditherer for static images with a variety of color palettes" repository= "https://gitlab.com/efronlicht/dither" readme = "readme.md" [dependencies] clap = "3.0.0-beta.1" image = "0.23" [dev-dependencies]