mirror of
https://github.com/actix/actix-web.git
synced 2024-12-21 23:56:35 +00:00
stable compat
This commit is contained in:
parent
9456065d7b
commit
8540d81dcf
1 changed files with 3 additions and 1 deletions
|
@ -13,7 +13,6 @@ extern crate log;
|
|||
extern crate bytes;
|
||||
#[macro_use]
|
||||
extern crate failure;
|
||||
extern crate actix;
|
||||
extern crate futures;
|
||||
extern crate mio;
|
||||
extern crate net2;
|
||||
|
@ -27,6 +26,9 @@ extern crate tokio_timer;
|
|||
extern crate tower_service;
|
||||
extern crate trust_dns_resolver;
|
||||
|
||||
#[macro_use]
|
||||
extern crate actix;
|
||||
|
||||
#[cfg(feature = "tls")]
|
||||
extern crate native_tls;
|
||||
|
||||
|
|
Loading…
Reference in a new issue