1
0
mirror of https://github.com/actix/examples synced 2024-11-28 00:12:57 +01:00
examples/security/awc_https/Cargo.toml
2022-02-02 00:45:49 +00:00

11 lines
226 B
TOML

[package]
name = "awc_https"
version = "0.1.0"
authors = ["dowwie <dkcdkg@gmail.com>"]
edition = "2021"
[dependencies]
actix-web = "4.0.0-beta.21"
awc = {version = "3.0.0-beta.19", features = ["openssl"]}
openssl = "0.10.38"