diff options
-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; |