From 220c5ebb512e88a104fae06e98b03b4e4d873a4c Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 21 Oct 2022 10:00:51 -0600 Subject: [PATCH] Add self to authors --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 389d3ec..5ebf25c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,12 @@ [package] name = "termion" version = "1.6.0" -authors = ["ticki ", "gycos ", "IGI-111 "] +authors = [ + "ticki ", + "gycos ", + "IGI-111 ", + "Jeremy Soller ", +] description = "A bindless library for manipulating terminals." repository = "https://gitlab.redox-os.org/redox-os/termion" documentation = "https://docs.rs/termion"