[package] name = "img2yaya" version = "0.1.1" authors = ["Aaron Erhardt "] edition = "2018" license = "MIT" description = "Generate yayagram files from images" repository = "https://github.com/AaronErhardt/img2yaya" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] image = "0.23" clap = "2.33"