Skip to content

Commit

Permalink
Add metadata to the Cargo.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Wiktor Kwapisiewicz <[email protected]>
  • Loading branch information
wiktor-k committed Feb 27, 2024
1 parent 521eaa5 commit 6a49bd0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ authors = [
"Federico Pomar <[email protected]>",
"Wiktor Kwapisiewicz <[email protected]>"
]
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"
Expand Down

0 comments on commit 6a49bd0

Please sign in to comment.