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"