mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-23 04:52:28 +00:00
add include directive to Cargo.toml to reduce crate size
This commit is contained in:
parent
9efc1cb192
commit
71961268c4
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ keywords = ["gotham", "rest", "restful", "web", "http"]
|
||||||
license = "EPL-2.0 OR Apache-2.0"
|
license = "EPL-2.0 OR Apache-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://gitlab.com/msrd0/gotham-restful"
|
repository = "https://gitlab.com/msrd0/gotham-restful"
|
||||||
|
include = ["src/**/*", "LICENSE.md", "LICENSE-*", "README.md", "CHANGELOG.md"]
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
|
gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
|
||||||
|
|
Loading…
Add table
Reference in a new issue