Skip to content

Commit

Permalink
Merge pull request #95 from jbaublitz/update-cargo-toml
Browse files Browse the repository at this point in the history
Update Cargo.toml with new maintainer contact info
  • Loading branch information
jbaublitz authored Sep 9, 2024
2 parents e540fd4 + f86ef78 commit 863406d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ Getset, we're ready to go!
A procedural macro for generating the most basic getters and setters on fields.
"""
version = "0.1.2"
authors = ["Ana Hobden <ana@hoverbear.org>"]
authors = ["Ana Hobden <ana@hoverbear.org>", "John Baublitz <john.m.baublitz@gmail.com"]
license = "MIT"
edition = "2018"

categories = ["development-tools::procedural-macro-helpers"]
keywords = ["macro", "getter", "setter", "getters", "setters"]
readme = "README.md"
repository = "https://github.com/Hoverbear/getset"
repository = "https://github.com/jbaublitz/getset"

[lib]
proc-macro = true
Expand Down

0 comments on commit 863406d

Please sign in to comment.