From b05245da92d427070df4cf0a5a98517489929c09 Mon Sep 17 00:00:00 2001 From: Johann150 <20990607+Johann150@users.noreply.github.com> Date: Sun, 31 Jan 2021 21:14:15 +0100 Subject: [PATCH] add myself to crate authors --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3c57022..34a8e5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "agate" version = "2.3.0" -authors = ["Matt Brubeck "] +authors = ["Matt Brubeck ", "Johann150 "] description = "Very simple server for the Gemini hypertext protocol" keywords = ["server", "gemini", "hypertext", "internet", "protocol"] categories = ["network-programming"]