mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
13 lines
275 B
TOML
13 lines
275 B
TOML
|
[package]
|
||
|
name = "openssl-example"
|
||
|
version = "0.2.0"
|
||
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||
|
edition = "2018"
|
||
|
workspace = ".."
|
||
|
|
||
|
[dependencies]
|
||
|
actix-rt = "1.0.0-alpha.3"
|
||
|
actix-web = { version="2.0.0-alpha.3", features=["openssl"] }
|
||
|
env_logger = "0.6"
|
||
|
openssl = "0.10"
|