[package] name = "iconic" version = "0.1.2" authors = ["kurt spindler "] description = "A CLI tool for creating icons" edition = "2021" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] photon-rs = "0.3.1" clap = "=3.0.0-rc.6" walkdir = "2" anyhow = "1.0.51"