mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-25 06:39:22 +02:00
cleanup ServerFactory trait
This commit is contained in:
@ -9,6 +9,7 @@ extern crate h2;
|
||||
extern crate http as modhttp;
|
||||
extern crate rand;
|
||||
extern crate tokio;
|
||||
extern crate tokio_current_thread;
|
||||
extern crate tokio_reactor;
|
||||
extern crate tokio_tcp;
|
||||
extern crate tokio_current_thread as current_thread;
|
||||
|
Reference in New Issue
Block a user