1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-04-20 06:54:46 +00:00

some housekeeping

This commit is contained in:
Dominic 2020-01-25 14:11:57 +01:00
parent 6e9d8bd158
commit 756fd3a98a
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
2 changed files with 7 additions and 2 deletions

View file

@ -42,3 +42,6 @@ default = []
auth = ["gotham_restful_derive/auth", "base64", "cookie", "jsonwebtoken"]
database = ["gotham_restful_derive/database", "gotham_middleware_diesel"]
openapi = ["gotham_restful_derive/openapi", "indexmap", "log", "openapiv3"]
[package.metadata.docs.rs]
all-features = true