diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 2c33583d0..6530c37fc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,6 +2,7 @@ extern crate dirs; extern crate flatbuffers; extern crate getopts; +extern crate http; extern crate hyper; extern crate hyper_rustls; extern crate libc; |