1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/awc_https/Cargo.toml

13 lines
235 B
TOML
Raw Normal View History

2020-03-01 14:55:00 +01:00
[package]
name = "awc_https"
version = "0.1.0"
authors = ["dowwie <dkcdkg@gmail.com>"]
edition = "2018"
workspace = ".."
[dependencies]
actix-rt = "1.0.0"
actix-web = { version = "2.0.0", features = ["openssl"] }
openssl = "0.10.28"