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"]