Skip to content

Commit 72b9ec1

Browse files
committed
remove some keywoards from secp-sys Cargo.toml
1 parent f92261b commit 72b9ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

secp256k1-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage = "https://github.com/rust-bitcoin/rust-secp256k1/"
99
repository = "https://github.com/rust-bitcoin/rust-secp256k1/"
1010
documentation = "https://docs.rs/secp256k1-sys/"
1111
description = "FFI for Pieter Wuille's `libsecp256k1` library."
12-
keywords = [ "crypto", "ECDSA", "secp256k1", "libsecp256k1", "bitcoin", "ffi" ]
12+
keywords = [ "secp256k1", "libsecp256k1", "ffi" ]
1313
readme = "README.md"
1414
build = "build.rs"
1515
links = "secp256k1"

0 commit comments

Comments
 (0)