Merge pull request #187 from rust-bitcoin/2019-12-keyword-reduce
remove some keywoards from secp-sys Cargo.toml
This commit is contained in:
commit
ff6e944875
|
@ -9,7 +9,7 @@ homepage = "https://github.com/rust-bitcoin/rust-secp256k1/"
|
||||||
repository = "https://github.com/rust-bitcoin/rust-secp256k1/"
|
repository = "https://github.com/rust-bitcoin/rust-secp256k1/"
|
||||||
documentation = "https://docs.rs/secp256k1-sys/"
|
documentation = "https://docs.rs/secp256k1-sys/"
|
||||||
description = "FFI for Pieter Wuille's `libsecp256k1` library."
|
description = "FFI for Pieter Wuille's `libsecp256k1` library."
|
||||||
keywords = [ "crypto", "ECDSA", "secp256k1", "libsecp256k1", "bitcoin", "ffi" ]
|
keywords = [ "secp256k1", "libsecp256k1", "ffi" ]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
links = "secp256k1"
|
links = "secp256k1"
|
||||||
|
|
Loading…
Reference in New Issue