From aaf7848141a6165906bbd80133c55fada938993e Mon Sep 17 00:00:00 2001 From: Joey Yandle Date: Thu, 9 Feb 2023 00:24:23 -0500 Subject: [PATCH] add keywords and categories for crates.io (#13) --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 738d3c0b..76b180fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,8 @@ readme = "README.md" repository = "https://github.com/Trust-Machines/p256k1/" homepage = "https://p256k1.pages.dev/" documentation = "https://p256k1.pages.dev/p256k1/" +keywords = ["cryptography", "crypto", "secp256k1"] +categories = ["api-bindings", "cryptography", "mathematics"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html