From c9d1ed6df6e3fef24af1b42df4c55937cb72d109 Mon Sep 17 00:00:00 2001 From: Myrddin Dundragon Date: Tue, 29 Jul 2025 17:08:52 -0400 Subject: [PATCH] Changed author attribute. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c36d835..e924c69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ description = "Defines macros and functions used when binding to C libraries." repository = "https://workshop.cybermages.tech/CyberMages/binding" keywords = ["binding", "c-types", "ffi"] edition = "2021" -authors = ["CyberMages LLC "] +authors = ["Jason Smith "] readme = "README.md" license = "Apache-2.0" documentation = "https://workshop.cybermages.tech/CyberMages/binding"