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

added default ErrorResponse for std::error::Error

This commit is contained in:
Nikolay Kim
2017-11-24 10:03:13 -08:00
parent 5529ea0428
commit f33c489154
3 changed files with 22 additions and 6 deletions

View File

@ -32,6 +32,9 @@ tls = ["native-tls", "tokio-tls"]
# openssl
alpn = ["openssl", "openssl/v102", "openssl/v110", "tokio-openssl"]
# nightly
nightly = []
[dependencies]
log = "0.3"
failure = "0.1"