Skip to content

Commit

Permalink
Added metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
lkirkwood committed Mar 15, 2023
1 parent 2bef25c commit faf91fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
name = "ansible-sshman"
version = "0.2.0"
edition = "2021"
authors = ["Linus <[email protected]>"]
description = "Tool for managing SSH access to machines in conjunction with Ansible."
repository = "https://github.com/lirkwood/ansible-sshman"
keywords = ["ansible", "ssh", "cli", "network", "security"]
categories = ["command-line-utilities", "config", "network-programming", "parsing", "cryptography"]
license = "GPL-3.0-or-later"

[dependencies]
clap = {version = "3.2.20", features = ["derive"]}
Expand Down

0 comments on commit faf91fe

Please sign in to comment.