diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #[macro_use] extern crate horrorshow; -extern crate sqlite; +extern crate rusqlite; extern crate crypto; extern crate base64; #[macro_use] |