[package] name = "random-image" authors = ["Penelope Gwen "] version = "0.1.3" edition = "2024" description = "Finds a random image file in a directory and converts it into a sized square" license-file = "license.md" [dependencies] clap = { version = "4.5.48", features = ["derive"] } globwalk = "0.9.1" magick_rust = "1.1.0" rand = "0.9.2" xdg = "3.0.0"