From f62ee7f9d0273301400410273ac02af62dbed4f8 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sun, 13 Sep 2026 20:59:19 +0000 Subject: [PATCH] fix: correct Cargo.toml author name order Co-authored-by: Cursor Agent --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7815d42..c58f317 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" rust-version = "1.97.1" description = "Pure-Rust, zero-dependency GGUF deserializer and Mixture-of-Experts per-expert weight extractor. Returns raw byte buffers with shape metadata; performs no neural-network math." license = "MIT OR Apache-2.0" -authors = ["Raul Montoya Cardenas "] +authors = ["Raul Cardenas Montoya "] repository = "https://github.com/rmems/engram-parser" homepage = "https://github.com/rmems/engram-parser" keywords = ["gguf", "moe", "parser", "weights", "deserializer"]