Skip to content

Commit

Permalink
Merge pull request #20 from wiktor-k/wiktor/more-metadata
Browse files Browse the repository at this point in the history
Add metadata to the Cargo.toml
  • Loading branch information
wiktor-k authored Mar 12, 2024
2 parents 521eaa5 + 6a49bd0 commit 8721f83
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 8721f83

Please sign in to comment.