use tokio-codec

This commit is contained in:
Astro 2018-07-31 23:34:04 +02:00
commit 1a3707649e
5 changed files with 7 additions and 5 deletions

View file

@ -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;