From c27194f96ce46e0db90a91facdea9338bfe1979b Mon Sep 17 00:00:00 2001 From: nazeh Date: Wed, 12 Feb 2025 19:14:38 +0300 Subject: [PATCH] chore(pubky): add categories to Config.toml --- pubky/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pubky/Cargo.toml b/pubky/Cargo.toml index 877aa86..5e7fac4 100644 --- a/pubky/Cargo.toml +++ b/pubky/Cargo.toml @@ -6,6 +6,7 @@ description = "Pubky core client" license = "MIT" repository = "https://github.com/pubky/pubky" keywords = ["web", "dht", "dns", "decentralized", "identity"] +categories = ["network-programming", "cryptography", "web-programming", "authentication"] [lib] crate-type = ["cdylib", "rlib"]