From 95403d85bc822306d5b0c01f9ef3641e26cda6c9 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Tue, 12 Nov 2024 12:46:42 +0300 Subject: [PATCH] chore: Update cargo authors metadata to current maintainer list --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c61621a9..ac7e9ebf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,12 @@ [package] name = "rustybuzz" version = "0.20.0" -authors = ["Yevhenii Reizner "] +authors = [ + "Caleb Maclennan ", + "Laurenz Stampfl ", + "Yevhenii Reizner ", + "خالد حسني (Khaled Hosny) " +] edition = "2021" description = "A complete harfbuzz shaping algorithm port to Rust." documentation = "https://docs.rs/rustybuzz/"