1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/awc_https/Cargo.toml
2020-09-12 16:49:45 +01:00

10 lines
194 B
TOML

[package]
name = "awc_https"
version = "0.1.0"
authors = ["dowwie <dkcdkg@gmail.com>"]
edition = "2018"
[dependencies]
actix-web = { version = "3", features = ["openssl"] }
openssl = "0.10.28"