diff --git a/Cargo.toml b/Cargo.toml index cce5e14..5c2362b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,8 @@ keywords = ["PoW", "sha256", "proof-of-work"] readme = "readme.md" license = "MIT OR Apache-2.0" repository = "https://github.com/robkorn/pow" -categories = ["algorithms"] +categories = ["algorithms", "cryptography::cryptocurrencies"] + [dependencies] sha2 = "0.8.0"