mirror of https://github.com/rwf2/Rocket.git
14 lines
308 B
TOML
14 lines
308 B
TOML
[package]
|
|
name = "tls"
|
|
version = "0.0.0"
|
|
workspace = "../"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
rocket = { path = "../../core/lib", features = ["tls", "mtls", "secrets", "http3-preview"] }
|
|
yansi = "1.0.1"
|
|
|
|
[target.'cfg(unix)'.dependencies]
|
|
rustls = { version = "0.23", features = ["aws_lc_rs"] }
|