From 71961268c469b2889d61523c31ecab59273f970e Mon Sep 17 00:00:00 2001 From: Dominic Date: Mon, 28 Dec 2020 18:57:47 +0100 Subject: [PATCH] add include directive to Cargo.toml to reduce crate size --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 37d2bac..7bd596b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ keywords = ["gotham", "rest", "restful", "web", "http"] license = "EPL-2.0 OR Apache-2.0" readme = "README.md" repository = "https://gitlab.com/msrd0/gotham-restful" +include = ["src/**/*", "LICENSE.md", "LICENSE-*", "README.md", "CHANGELOG.md"] [badges] gitlab = { repository = "msrd0/gotham-restful", branch = "master" }