Skip to content

Commit

Permalink
fix base64 dependency missing from openapi feature
Browse files Browse the repository at this point in the history
this was previously hidden as I mostly use openapi and auth feature together
  • Loading branch information
msrd0 committed Sep 26, 2022
1 parent 39966e5 commit 3cc142d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ errorlog = []

# These features are exclusive - https://github.com/msrd0/gotham_restful/issues/4
without-openapi = []
openapi = ["gotham_restful_derive/openapi", "gotham_restful_redoc", "lazy-regex", "openapi_type", "parking_lot", "sha2"]
openapi = ["gotham_restful_derive/openapi", "gotham_restful_redoc", "base64", "lazy-regex", "openapi_type", "parking_lot", "sha2"]

[package.metadata.docs.rs]
no-default-features = true
Expand Down

0 comments on commit 3cc142d

Please sign in to comment.