Ready for release: v1.0.0

This commit is contained in:
Candifloss 2025-12-20 19:38:09 +05:30
parent d4cc060962
commit 20a3862199

View File

@ -1,7 +1,14 @@
[package] [package]
name = "icing" name = "icing"
version = "0.1.0" version = "1.0.0"
edition = "2024" edition = "2024"
description = "Simple X11 desktop wallpaper setter"
authors = ["Candifloss <candifloss.cc>"]
homepage = "https://git.candifloss.cc/candifloss/icing"
repository = "https://git.candifloss.cc/candifloss/icing"
keywords = ["X11", "Xorg", "Wallpaper", "wallpaper-setter"]
license-file = "LICENSE"
readme = "README.md"
[dependencies] [dependencies]
anyhow = "1.0.100" anyhow = "1.0.100"