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

11 lines
213 B
TOML
Raw Normal View History

2019-12-07 18:59:24 +01:00
[package]
2023-03-14 04:11:49 +01:00
name = "tls-openssl"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2022-01-31 13:59:26 +01:00
edition = "2021"
2019-12-07 18:59:24 +01:00
[dependencies]
actix-web = { workspace = true, features = ["openssl"] }
env_logger.workspace = true
2023-03-14 04:11:49 +01:00
log.workspace = true
2023-07-18 17:26:47 +02:00
openssl.workspace = true