use tokio-codec
This commit is contained in:
parent
53db39f0c8
commit
1a3707649e
5 changed files with 7 additions and 5 deletions
|
|
@ -1,6 +1,7 @@
|
|||
extern crate futures;
|
||||
extern crate tokio_core;
|
||||
extern crate tokio_io;
|
||||
extern crate tokio_codec;
|
||||
extern crate bytes;
|
||||
extern crate xml5ever;
|
||||
extern crate tendril;
|
||||
|
|
|
|||
Loading…
Reference in a new issue