remove some keywoards from secp-sys Cargo.toml

This commit is contained in:
Andrew Poelstra 2019-12-10 19:48:29 +00:00
parent f92261b088
commit 72b9ec17fa
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ homepage = "https://github.com/rust-bitcoin/rust-secp256k1/"
repository = "https://github.com/rust-bitcoin/rust-secp256k1/"
documentation = "https://docs.rs/secp256k1-sys/"
description = "FFI for Pieter Wuille's `libsecp256k1` library."
keywords = [ "crypto", "ECDSA", "secp256k1", "libsecp256k1", "bitcoin", "ffi" ]
keywords = [ "secp256k1", "libsecp256k1", "ffi" ]
readme = "README.md"
build = "build.rs"
links = "secp256k1"