From 67b71d6a3af7c577a83ff499d1526d412c31e9a8 Mon Sep 17 00:00:00 2001 From: raphaelrobert Date: Sun, 28 Jun 2026 22:55:38 +0200 Subject: [PATCH] adjust categories --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 30b309d..3aa9a8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ documentation = "https://docs.rs/privacypass" repository = "https://github.com/raphaelrobert/privacypass" readme = "README.md" keywords = ["privacypass", "privacy", "pass", "ietf", "rfc9578"] -categories = ["cryptography", "privacy"] +categories = ["cryptography", "authentication", "network-programming"] [dependencies] async-trait = "0.1.89"