1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/https-tls/rustls/Cargo.toml

14 lines
281 B
TOML
Raw Permalink Normal View History

2018-08-08 07:34:16 +02:00
[package]
name = "rustls-example"
2019-12-07 18:59:24 +01:00
version = "1.0.0"
2022-01-30 17:22:16 +01:00
edition = "2021"
2018-08-08 07:34:16 +02:00
[dependencies]
2024-05-25 06:36:36 +02:00
actix-web = { workspace = true, features = ["rustls-0_23"] }
actix-files.workspace = true
2022-03-15 19:17:19 +01:00
env_logger.workspace = true
log.workspace = true
2023-08-29 19:28:12 +02:00
rustls.workspace = true
2024-05-25 06:36:36 +02:00
rustls-pemfile.workspace = true