drop actix-tls dependency

This commit is contained in:
Nikolay Kim 2020-03-23 10:53:34 +06:00
parent 4fb031c454
commit 87941f683f
16 changed files with 66 additions and 260 deletions

View file

@ -21,5 +21,4 @@ actix-codec = { path = "actix-net/actix-codec" }
actix-connect = { path = "actix-net/actix-connect" }
actix-rt = { path = "actix-net/actix-rt" }
actix-macros = { path = "actix-net/actix-macros" }
actix-tls = { path = "actix-net/actix-tls" }
bytestring = { path = "actix-net/string" }