1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-02-22 20:52:27 +00:00

add include directive to Cargo.toml to reduce crate size

This commit is contained in:
Dominic 2020-12-28 18:57:47 +01:00
parent 9efc1cb192
commit 71961268c4
Signed by: msrd0
GPG key ID: DCC8C247452E98F9

View file

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