feat(http2): add dependency on solicit
This commit is contained in:
@@ -24,6 +24,7 @@ unicase = "0.1"
|
|||||||
url = "0.2"
|
url = "0.2"
|
||||||
traitobject = "0.0.1"
|
traitobject = "0.0.1"
|
||||||
typeable = "0.1"
|
typeable = "0.1"
|
||||||
|
solicit = "0.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
env_logger = "*"
|
env_logger = "*"
|
||||||
|
|||||||
@@ -138,6 +138,7 @@ extern crate httparse;
|
|||||||
extern crate num_cpus;
|
extern crate num_cpus;
|
||||||
extern crate traitobject;
|
extern crate traitobject;
|
||||||
extern crate typeable;
|
extern crate typeable;
|
||||||
|
extern crate solicit;
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate mime as mime_crate;
|
extern crate mime as mime_crate;
|
||||||
|
|||||||
Reference in New Issue
Block a user