diff --git a/Cargo.toml b/Cargo.toml index a726fc0..ce3d28c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,14 @@ [package] name = "icing" -version = "0.1.0" +version = "1.0.0" edition = "2024" +description = "Simple X11 desktop wallpaper setter" +authors = ["Candifloss "] +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] anyhow = "1.0.100"