From 99fb843550e5dadb6ff313848dc7c76a3b67a5c2 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 --- saphyr/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/saphyr/Cargo.toml b/saphyr/Cargo.toml index 89b7583..c69712e 100644 --- a/saphyr/Cargo.toml +++ b/saphyr/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"