Skip to content

Commit

Permalink
docs(cargo): Improve Cargo.toml documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Yag000 committed Aug 31, 2023
1 parent 7733692 commit 980c640
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
name = "wallshift"
version = "0.1.0"
edition = "2021"
authors = ["Yago Iglesias Vazquez <yago.iglesias.vazquez@gmail.com>"]
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

Expand Down

0 comments on commit 980c640

Please sign in to comment.