diff --git a/src/lib.rs b/src/lib.rs index 8ce3954..d5dbb19 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -20,7 +20,7 @@ //! These methods can be used to refine the course differences found through the rsync method. #![deny(missing_docs)] -extern crate md5; +extern crate crypto; extern crate byteorder; #[macro_use] extern crate log;