1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

prepare actix-utils

This commit is contained in:
Nikolay Kim
2018-12-10 08:42:31 -08:00
parent 9577b7bbed
commit ba006d95c7
9 changed files with 70 additions and 132 deletions

View File

@ -17,13 +17,14 @@ edition = "2018"
members = [
"./",
"actix-codec",
"actix-connector",
"actix-service",
"actix-server",
"actix-rt",
]
[package.metadata.docs.rs]
features = ["ssl", "tls", "rust-tls"]
features = ["ssl"]
[badges]
travis-ci = { repository = "actix/actix-net", branch = "master" }