mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-03 07:12:01 +00:00
9c2b74b23c
In the process, the following improvements were also made: * Error messages related to TLS were improved. * 'Redirector' in 'tls' example was improved.
11 lines
205 B
TOML
11 lines
205 B
TOML
[package]
|
|
name = "tls"
|
|
version = "0.0.0"
|
|
workspace = "../"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
rocket = { path = "../../core/lib", features = ["tls", "mtls", "secrets"] }
|
|
yansi = "1.0.0-rc.1"
|