Update authors field in ruma-events-macros/Cargo.toml

This commit is contained in:
Jonas Platte 2020-09-22 21:04:00 +02:00
parent 7122720bfe
commit c87ec49594
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -1,5 +1,9 @@
[package]
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
authors = [
"Jimmy Cuadra <jimmy@jimmycuadra.com>",
"Jonas Platte <jplatte@posteo.de>",
"Devin Ragotzy <devin.ragotzy@gmail.com>",
]
categories = ["api-bindings", "web-programming"]
description = "A procedural macro used by the ruma-events crate."
documentation = "https://docs.rs/ruma-events-macros"