From 7f3aaf46804e94310617592efe9553e084e2d78e Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Wed, 29 Nov 2017 17:41:30 -0800 Subject: [PATCH] Fix Cargo metadata --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3fb87b25..04011bd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,8 @@ name = "rojo" version = "0.1.0" authors = ["Lucien Greathouse "] description = "A tool to create robust Roblox projects" +license = "MIT" +repository = "https://github.com/LPGhatguy/rojo" [[bin]] name = "rojo"