mirror of https://github.com/rwf2/Rocket.git
Enable minimal set of 'cookie' features.
This commit is contained in:
parent
91fb0804be
commit
3c47fa895a
|
@ -17,7 +17,7 @@ edition = "2018"
|
|||
[features]
|
||||
default = []
|
||||
tls = ["rustls", "hyper-sync-rustls"]
|
||||
private-cookies = ["cookie/secure"]
|
||||
private-cookies = ["cookie/private", "cookie/key-expansion"]
|
||||
|
||||
[dependencies]
|
||||
smallvec = "1.0"
|
||||
|
|
Loading…
Reference in New Issue