1
0
mirror of https://github.com/actix/examples synced 2024-11-24 23:02:59 +01:00
examples/security/openssl/Cargo.toml

11 lines
235 B
TOML
Raw Normal View History

2019-12-07 18:59:24 +01:00
[package]
name = "openssl-example"
version = "0.2.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
2022-01-31 13:59:26 +01:00
edition = "2021"
2019-12-07 18:59:24 +01:00
[dependencies]
2022-01-31 13:59:26 +01:00
actix-web = { version = "4.0.0-beta.21", features = ["openssl"] }
env_logger = "0.9"
2019-12-07 18:59:24 +01:00
openssl = "0.10"