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" }