diff options
Diffstat (limited to 'src/auth')
-rw-r--r-- | src/auth/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/auth/mod.rs b/src/auth/mod.rs index 9ef9960..f3db525 100644 --- a/src/auth/mod.rs +++ b/src/auth/mod.rs @@ -1,4 +1,3 @@ -extern crate crypto; extern crate base64; use crypto::bcrypt_pbkdf::bcrypt_pbkdf; |