1
0
mirror of https://github.com/actix/examples synced 2025-03-20 18:45:17 +01:00

11 lines
226 B
TOML
Raw Normal View History

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