feat(http2): add dependency on solicit

This commit is contained in:
Marko Lalic
2015-05-28 16:15:34 +02:00
parent d3e3a45760
commit 3122ffefc2
2 changed files with 2 additions and 0 deletions

View File

@@ -138,6 +138,7 @@ extern crate httparse;
extern crate num_cpus;
extern crate traitobject;
extern crate typeable;
extern crate solicit;
#[macro_use]
extern crate mime as mime_crate;