[package]
name = "wth"
version = "0.1.0"
edition = "2024"
authors = [ "PwnWriter < hi@pwnwriter.me >" ]
description = "generate and set wallpaper from time-based hex colors"
readme = "README.md"
repository = "https://github.com/pwnwriter/wth"
homepage = "https://github.com/pwnwriter/wth.git"
license = "MIT"
keywords = [
"wallpaper",
"time",
"hex",
"cli",
]
categories = ["command-line-utilities", "multimedia::images"]
[dependencies]
anyhow = "1.0.100"
chrono = "0.4.43"
image = "0.25.9"
wallpaper = "3.2.0"