diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2019-02-12 19:59:56 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2019-02-12 19:59:56 +0100 |
commit | dd411e847ff10fb4ea4d171fab96adb248ebe719 (patch) | |
tree | 833a9ce95c40f59f40877bbe8e99090d57fd5297 /src | |
parent | 08183b0b57d40be95b67bcafad9fec94f83228d1 (diff) | |
download | checkpw-dd411e847ff10fb4ea4d171fab96adb248ebe719.tar.gz checkpw-dd411e847ff10fb4ea4d171fab96adb248ebe719.tar.bz2 checkpw-dd411e847ff10fb4ea4d171fab96adb248ebe719.zip |
We don't need extern_crate anymore.
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 2 |
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; |