From 227042d6b10034b9da7915d1efbadd47a82480f9 Mon Sep 17 00:00:00 2001 From: Micah Date: Wed, 21 May 2025 20:55:39 -0700 Subject: [PATCH] Add current maintainers to author field of Cargo.toml files (#1053) --- Cargo.toml | 6 +++++- crates/memofs/Cargo.toml | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 454fe14e..f62a0cca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,11 @@ name = "rojo" version = "7.5.1" rust-version = "1.70.0" -authors = ["Lucien Greathouse "] +authors = [ + "Lucien Greathouse ", + "Micah Reid ", + "Ken Loeffler ", +] description = "Enables professional-grade development tools for Roblox developers" license = "MPL-2.0" homepage = "https://rojo.space" diff --git a/crates/memofs/Cargo.toml b/crates/memofs/Cargo.toml index 57633ae4..8c2e8875 100644 --- a/crates/memofs/Cargo.toml +++ b/crates/memofs/Cargo.toml @@ -2,7 +2,11 @@ name = "memofs" description = "Virtual filesystem with configurable backends." version = "0.3.0" -authors = ["Lucien Greathouse "] +authors = [ + "Lucien Greathouse ", + "Micah Reid ", + "Ken Loeffler ", +] edition = "2018" readme = "README.md" license = "MIT"