random-image-rs/Cargo.toml
2025-09-22 19:13:55 -07:00

14 lines
375 B
TOML

[package]
name = "random-image"
authors = ["Penelope Gwen <support@pogmom.me>"]
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"