From 6b3e804308bf26c2a3a09fc4fd65cf2d1d3ae290 Mon Sep 17 00:00:00 2001 From: Robert Kornacki <11645932+robkorn@users.noreply.github.com> Date: Tue, 23 Jul 2019 12:18:43 -0400 Subject: [PATCH] Updated crate name to standards --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2317435..8c3d3b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "PoW_SHA256" +name = "pow_sha256" version = "0.1.0" authors = ["Robert Kornacki "] description = """ diff --git a/README.md b/README.md index 565d32e..2394df2 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Other small changes have also been included of various importance but mostly jus Prove work was done, specifically targeting a phrase. ```rust -use PoW_SHA256::PoW; +use pow_sha256::PoW; // Very easy difficulty let difficulty = u128::max_value() - u128::max_value() / 2;