mirror of
https://github.com/actix/actix-web.git
synced 2024-12-22 08:07:18 +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;
|
extern crate bytes;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate failure;
|
extern crate failure;
|
||||||
extern crate actix;
|
|
||||||
extern crate futures;
|
extern crate futures;
|
||||||
extern crate mio;
|
extern crate mio;
|
||||||
extern crate net2;
|
extern crate net2;
|
||||||
|
@ -27,6 +26,9 @@ extern crate tokio_timer;
|
||||||
extern crate tower_service;
|
extern crate tower_service;
|
||||||
extern crate trust_dns_resolver;
|
extern crate trust_dns_resolver;
|
||||||
|
|
||||||
|
#[macro_use]
|
||||||
|
extern crate actix;
|
||||||
|
|
||||||
#[cfg(feature = "tls")]
|
#[cfg(feature = "tls")]
|
||||||
extern crate native_tls;
|
extern crate native_tls;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue