Skip to content

Commit

Permalink
Add - in keywords since space is not valid
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Mar 15, 2024
1 parent 1b7a070 commit 7e1e60f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/bitwarden-json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.3.0"
description = """
JSON bindings for the Bitwarden Secret Manager SDK
"""
keywords = ["bitwarden", "secrets manager"]
keywords = ["bitwarden", "secrets-manager"]
categories = ["api-bindings"]
publish = false

Expand Down
2 changes: 1 addition & 1 deletion crates/bitwarden-napi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.3.1"
description = """
N-API bindings for the Bitwarden Secrets Manager SDK
"""
keywords = ["bitwarden", "secrets manager"]
keywords = ["bitwarden", "secrets-manager"]
publish = false

authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/bw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.2"
description = """
Bitwarden Password Manager CLI
"""
keywords = ["bitwarden", "password manager", "cli"]
keywords = ["bitwarden", "password-manager", "cli"]

authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/bws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.4.0"
description = """
Bitwarden Secrets Manager CLI
"""
keywords = ["bitwarden", "secrets manager", "cli"]
keywords = ["bitwarden", "secrets-manager", "cli"]
exclude = ["Dockerfile*", "entitlements.plist"]

authors.workspace = true
Expand Down

0 comments on commit 7e1e60f

Please sign in to comment.