diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2017-06-17 09:44:42 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2017-06-17 09:44:42 -0400 |
commit | 6221d330e12c2b5738301eb0a63e584fa4cc9db4 (patch) | |
tree | 17b18b34f8ea251b78a6e8ad2e07c02edf4833a5 /src/auth | |
parent | dc642430468a1942246642775040f9784ca3e8f2 (diff) |
refactor: Move server part to the library.
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; |