Skip to content

Commit

Permalink
docs(cargo): add package information
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsonin committed May 9, 2024
1 parent 71bfaec commit 415870e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ authors = ["Andrew Sonin <sonin.cel@yandex.ru>"]
description = "A procedural macro for generating the most basic getters and setters on fields."
categories = ["development-tools::procedural-macro-helpers"]
keywords = ["macro", "getter", "setter", "getters", "setters"]
documentation = "https://docs.rs/gset/"
repository = "https://github.com/andrewsonin/gset"
homepage = "https://github.com/andrewsonin/gset"
readme = "README.md"
license = "MIT"
edition = "2021"

Expand Down

0 comments on commit 415870e

Please sign in to comment.