From ab68029b80fca1cea013918395b7f87d6eb61fd5 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 4 Feb 2020 11:31:39 +0100 Subject: [PATCH] Add myself to the authors array in Cargo.toml --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb613d44..dae2f42c 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 = "A Matrix client library." documentation = "https://docs.rs/ruma-client"