[package] name = "png-glitch-cli" version = "0.3.0" edition = "2021" authors = ["N.Shimizu "] description = "Cli to glitch PNG images." license = "MIT" readme = "README.md" repository = "https://github.com/chikoski/png-glitch" [[bin]] name = "png-glitch" path = "src/main.rs" [dependencies] anyhow = { version = "1.0.89", features = [] } clap = { version = "4.5.18", features = ["derive"] } png-glitch = "0.3.1" rand = "0.8.5" log = "0.4.22"