From 980c640975b51e7335a1b48f4e76b3773802e9a5 Mon Sep 17 00:00:00 2001 From: Yago Iglesias Date: Thu, 31 Aug 2023 22:10:15 +0200 Subject: [PATCH] docs(cargo): Improve Cargo.toml documentation --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b1a3470..879117c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,13 @@ name = "wallshift" version = "0.1.0" edition = "2021" +authors = ["Yago Iglesias Vazquez "] +description = " Simple wallpaper updater using feh" +readme = "README.md" +homepage = "https://github.com/Yag000/wallshift" +repository = "https://github.com/Yag000/wallshift" +documentation = "https://github.com/Yag000/wallshift" +keywords = ["wallpaper", "wallpaper-changer"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html