Extern crates are no longer necessary (#536)
This commit is contained in:
parent
b63a44e0f8
commit
db68dd7697
1 changed files with 0 additions and 5 deletions
|
@ -1,8 +1,3 @@
|
|||
extern crate hyper;
|
||||
extern crate juniper;
|
||||
extern crate juniper_hyper;
|
||||
extern crate pretty_env_logger;
|
||||
|
||||
use hyper::{
|
||||
service::{make_service_fn, service_fn},
|
||||
Body, Method, Response, Server, StatusCode,
|
||||
|
|
Loading…
Reference in a new issue