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"