1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 19:47:43 +02:00

prepare server release 1.0.4 (#188)

This commit is contained in:
Rob Ede
2020-09-12 15:28:17 +01:00
committed by GitHub
parent 3e04b87311
commit 681eeb497d
3 changed files with 38 additions and 127 deletions

View File

@ -3,7 +3,7 @@ name = "actix-tls"
version = "2.0.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "TLS acceptor services for Actix ecosystem."
keywords = ["network", "framework", "async", "futures", "tls", "ssl"]
keywords = ["network", "framework", "async", "tls", "ssl"]
homepage = "https://actix.rs"
repository = "https://github.com/actix/actix-net.git"
documentation = "https://docs.rs/actix-tls/"
@ -53,4 +53,4 @@ tokio-tls = { version = "0.3", optional = true }
[dev-dependencies]
bytes = "0.5"
actix-testing = { version = "1.0.0" }
actix-testing = "1.0.0"