1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 21:39:26 +00:00

use failure from crates

This commit is contained in:
Nikolay Kim 2017-11-18 06:50:56 -10:00
parent a87784ba15
commit fd3dcdf0f6

View file

@ -34,8 +34,8 @@ alpn = ["openssl", "openssl/v102", "openssl/v110", "tokio-openssl"]
[dependencies]
log = "0.3"
failure = { git = "https://github.com/withoutboats/failure" }
failure_derive = { git = "https://github.com/withoutboats/failure_derive" }
failure = "0.1"
failure_derive = "0.1"
time = "0.1"
http = "0.1"
httparse = "0.1"