fix tower-h2 example

This commit is contained in:
Eliza Weisman 2018-09-27 13:59:19 -07:00
parent 0a77774d41
commit e54b294de2
No known key found for this signature in database
GPG Key ID: F9C1A595C3814436

View File

@ -3,6 +3,7 @@ extern crate futures;
extern crate h2;
extern crate http;
extern crate tokio;
extern crate tokio_current_thread;
#[macro_use]
extern crate tokio_trace;
extern crate tokio_trace_tower_http;