mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
10 lines
194 B
TOML
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"
|