about summary refs log tree commit diff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 6fb0073..6ca2fe3 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,5 +1,6 @@
-#[macro_use] extern crate serde_derive;
+extern crate openssl;
 #[macro_use] extern crate diesel;
+#[macro_use] extern crate serde_derive;
 
 mod schema;
 use schema::links;