Skip to content

Commit 0df8115

Browse files
committed
Remove category from Cargo.toml
1 parent fd36a5e commit 0df8115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ documentation = "https://github.com/cryptopatrick/timed_release_crypto"
99
homepage = "https://github.com/cryptopatrick/timed_release_crypto"
1010
repository = "https://github.com/cryptopatrick/timed_release_crypto"
1111
# keywords are terms that a user might search for (on crates.io).
12-
keywords = ["cryptography", "crypto", "messaging", "command-line-utilities"]
12+
keywords = ["cryptography", "crypto", "messaging"]
1313
# categories are related to crates.io
14-
categories = ["cryptography", "command-line-utilities"]
14+
categories = ["cryptography"]
1515
license = "Unlicense OR MIT"
1616
exclude = ["/.github/", "/ci/", "/scripts/"]
1717
# build = "build.rs"

0 commit comments

Comments
 (0)