From 6a49bd0dc1ca8cb8cd9a7771e5cc52b7bec87242 Mon Sep 17 00:00:00 2001 From: Wiktor Kwapisiewicz Date: Tue, 27 Feb 2024 11:49:00 +0100 Subject: [PATCH] Add metadata to the Cargo.toml Signed-off-by: Wiktor Kwapisiewicz --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 46bce8d..005766b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,11 @@ authors = [ "Federico Pomar ", "Wiktor Kwapisiewicz " ] -repository = "https://github.com/wiktor-k/ssh-agent.rs" +repository = "https://github.com/wiktor-k/ssh-agent-lib" edition = "2021" +keywords = ["ssh", "agent", "authentication", "openssh", "async"] +categories = ["authentication", "cryptography", "encoding", "network-programming", "parsing"] +exclude = [".github"] [dependencies] byteorder = "1.4.3"