Skip to content

Commit 2bae34d

Browse files
Remove one keyword
1 parent 8d24c80 commit 2bae34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
edition = "2021"
77
description = "Encrypt / decrypt files using the one-time pad."
88
repository = "https://github.com/einfachIrgendwer0815/onetime-cli"
9-
keywords = ["otp", "one-time-pad", "cli", "encrypt", "encryption", "file-encryption"]
9+
keywords = ["otp", "one-time-pad", "cli", "encryption", "file-encryption"]
1010
categories = ["command-line-utilities"]
1111

1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)