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 12179ac6e..72bbe54fa 100644 --- a/src/main.rs +++ b/src/main.rs @@ -9,6 +9,7 @@ extern crate tokio; extern crate url; #[macro_use] extern crate log; +extern crate dirs; extern crate hyper_rustls; extern crate remove_dir_all; extern crate ring; |