From f81e8339e360b9e5856cff641c6ed57afd8f5a97 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Fri, 20 Dec 2019 16:52:56 -0800 Subject: [PATCH] Add 'homepage' and 'documentation' links to Cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index a6486cac..a7f086bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,8 @@ version = "0.6.0-dev" authors = ["Lucien Greathouse "] description = "Enables professional-grade development tools for Roblox developers" license = "MPL-2.0" +homepage = "https://rojo.space" +documentation = "https://rojo.space/docs" repository = "https://github.com/rojo-rbx/rojo" readme = "README.md" edition = "2018"