Skip to content

Commit 73586c7

Browse files
authored
Merge pull request #152 from kyrias/cookie-secure
Add feature for enabling signed and encrypted cookie support
2 parents 7d92267 + 3306954 commit 73586c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ docs = ["unstable"]
2121
unstable = []
2222
hyperium_http = ["http"]
2323
async_std = [] # "async-std" when it is not default
24+
cookie-secure = ["cookie/secure"]
2425

2526
[dependencies]
2627
# Note(yoshuawuyts): used for async_std's `channel` only; use "core" once possible.

0 commit comments

Comments
 (0)