aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2019-02-12 19:59:56 +0100
committerHarald Eilertsen <haraldei@anduin.net>2019-02-12 19:59:56 +0100
commitdd411e847ff10fb4ea4d171fab96adb248ebe719 (patch)
tree833a9ce95c40f59f40877bbe8e99090d57fd5297
parent08183b0b57d40be95b67bcafad9fec94f83228d1 (diff)
downloadcheckpw-dd411e847ff10fb4ea4d171fab96adb248ebe719.tar.gz
checkpw-dd411e847ff10fb4ea4d171fab96adb248ebe719.tar.bz2
checkpw-dd411e847ff10fb4ea4d171fab96adb248ebe719.zip
We don't need extern_crate anymore.
-rw-r--r--src/main.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index 5dfb7b4..0bd1d3c 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -14,8 +14,6 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
-extern crate reqwest;
-extern crate ring;
use std::{env, thread, time, process};
use std::error::Error;
use ring::digest;