From 4f2953e8a432b1fb4e148e71e03f43bd423841fb Mon Sep 17 00:00:00 2001 From: StackDoubleFlow Date: Sun, 14 Jun 2020 01:22:28 -0500 Subject: [PATCH] Only include source files --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e0b3b748..1f42a90d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,11 @@ keywords = ["minecraft", "server"] repository = "https://github.com/StackDoubleFlow/MCHPRS" homepage = "https://github.com/StackDoubleFlow/MCHPRS" +include = [ + "**/*.rs", + "Cargo.toml", +] + [badges] travis-ci = { repository = "StackDoubleFlow/MCHPRS" }