[package] name = "pbnify" version = "0.2.1" authors = ["Adam Gausmann "] description = "Converts images into a series of PBN (Paint By Numbers) commands." edition = "2018" readme = "README.md" license = "GPL-3.0" repository = "https://gitlab.com/agausmann/pbnify" [dependencies] clap = "2.32.0" image = "0.21.0" num-traits = "0.2.6"