undesktop 1.0.2

downloads random wallpapers from Unsplash and sets them as your desktop background.
[package]
name = "undesktop"
description = "downloads random wallpapers from Unsplash and sets them as your desktop background."
version = "1.0.2"
edition = "2024"
authors = ["Hasibix Hasi"]
license = "Apache-2.0"
repository = "https://codeberg.org/hasibix/undesktop"
readme = "readme.md"
keywords = [
	"cli",
	"wallpaper",
	"unsplash",
	"tool",
	"utility"
]
categories = ["command-line-utilities"]
include = [
	"src/**",
	"Cargo.toml",
	"contributing.md",
	"readme.md",
	"license*"
]

[dependencies]
anyhow = "1.0.102"
chrono = "0.4.40"
clap = { version = "4.5.37", features = ["derive", "env"] }
dirs = "6.0.0"
reqwest = { version = "0.13.2", features = ["blocking"] }
serde = "1.0.219"
serde_derive = "1.0.219"
serde_json = "1.0.140"
wallpaper = "3.2.0"