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

@@ -24,6 +24,7 @@ unicase = "0.1"
url = "0.2"
traitobject = "0.0.1"
typeable = "0.1"
solicit = "0.2"
[dev-dependencies]
env_logger = "*"

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;