mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-10 19:49:06 +00:00
a82508b403
If TLS is enabled and active, Rocket will now set the `Secure` cookie attribute by default. Resolves #2425.
10 lines
184 B
TOML
10 lines
184 B
TOML
[package]
|
|
name = "tls"
|
|
version = "0.0.0"
|
|
workspace = "../"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
rocket = { path = "../../core/lib", features = ["tls", "mtls", "secrets"] }
|