summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.rs11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/main.rs b/src/main.rs
index ea37040..af3c0d3 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,14 +1,13 @@
+extern crate chrono;
+extern crate crypto_hash;
+extern crate serde_yaml;
+extern crate walkdir;
+
use std::env;
use std::io;
use std::collections::BTreeMap;
-
-extern crate walkdir;
use walkdir::{WalkDir, DirEntry};
-extern crate chrono;
-extern crate crypto_hash;
-extern crate serde_yaml;
-
mod format;