Add current maintainers to author field of Cargo.toml files (#1053)

This commit is contained in:
Micah
2025-05-21 20:55:39 -07:00
committed by GitHub
parent b2c4f550ee
commit 227042d6b1
2 changed files with 10 additions and 2 deletions

View File

@@ -2,7 +2,11 @@
name = "rojo"
version = "7.5.1"
rust-version = "1.70.0"
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
authors = [
"Lucien Greathouse <me@lpghatguy.com>",
"Micah Reid <git@dekkonot.com>",
"Ken Loeffler <kenloef@gmail.com>",
]
description = "Enables professional-grade development tools for Roblox developers"
license = "MPL-2.0"
homepage = "https://rojo.space"