From 5a8da77ac15d47086ccddc2e2abd047c9156f6e3 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 7 Feb 2020 01:01:23 +0100 Subject: [PATCH] Add myself to the Cargo.toml authors arrays --- Cargo.toml | 5 ++++- ruma-api-macros/Cargo.toml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fdcd7ebe..a2668cff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,8 @@ [package] -authors = ["Jimmy Cuadra "] +authors = [ + "Jimmy Cuadra ", + "Jonas Platte ", +] categories = ["api-bindings", "web-programming"] description = "An abstraction for Matrix API endpoints." documentation = "https://docs.rs/ruma-api" diff --git a/ruma-api-macros/Cargo.toml b/ruma-api-macros/Cargo.toml index 70b246a9..d45b86ae 100644 --- a/ruma-api-macros/Cargo.toml +++ b/ruma-api-macros/Cargo.toml @@ -1,5 +1,8 @@ [package] -authors = ["Jimmy Cuadra "] +authors = [ + "Jimmy Cuadra ", + "Jonas Platte ", +] categories = ["api-bindings", "web-programming"] description = "A procedural macro for generating ruma-api Endpoints." documentation = "https://docs.rs/ruma-api-macros"