1
0
mirror of https://github.com/actix/examples synced 2024-11-24 14:53:00 +01:00
examples/security/awc_https/Cargo.toml
2022-02-02 01:17:10 +00:00

16 lines
287 B
TOML

[package]
name = "awc_https"
version = "0.1.0"
authors = ["dowwie <dkcdkg@gmail.com>"]
edition = "2021"
[dependencies]
actix-web = "4.0.0-rc.1"
awc = { version = "3.0.0-beta.19", features = ["rustls"] }
env_logger = "0.9"
log = "0.4"
mime = "0.3"
rustls = "0.20"
webpki-roots = "0.22"