14 lines
375 B
TOML
14 lines
375 B
TOML
[package]
|
|
name = "random-image"
|
|
authors = ["Penelope Gwen <support@pogmom.me>"]
|
|
version = "0.1.0"
|
|
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"
|