From 5c9350e824a2677816061175e694d3662f208495 Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Sun, 17 Mar 2024 00:48:26 -0700 Subject: [PATCH] Cargo.toml: add myself to the authors list --- parser/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 89b7583..c69712e 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -3,7 +3,8 @@ name = "yaml-rust2" version = "0.6.0" authors = [ "Yuheng Chen ", - "Ethiraric " + "Ethiraric ", + "David Aguilar " ] documentation = "https://docs.rs/yaml-rust2" license = "MIT OR Apache-2.0"