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:
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"
|
||||
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" }
|
||||
|
|
Loading…
Add table
Reference in a new issue