Skip to content

Commit

Permalink
Merge pull request #6 from jonasnick/toml-readme
Browse files Browse the repository at this point in the history
Specify README.md int Cargo.toml relatively
  • Loading branch information
jonasnick authored Jun 3, 2019
2 parents 1baf2ae + 0b1443f commit ec61ea6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions secp256k1-zkp-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ authors = ["Jonas Nick <jonasd.nick@gmail.com>"]
license = "CC0-1.0"
homepage = "https://github.com/ElementsProject/rust-secp256k1-zkp/"
repository = "https://github.com/ElementsProject/rust-secp256k1-zkp/"
description = "Rust bindings for the Elements Project's `libsecp256k1-zkp` library. Implements various cryptographic schemes for the SECG elliptic curve group secp256k1 and related utilities. This is a low-level, no_std library. There is also w higher level library called secp256k1-zkp."
description = "Rust bindings for the Elements Project's `libsecp256k1-zkp` library. Implements various cryptographic schemes for the SECG elliptic curve group secp256k1 and related utilities. This is a low-level, no_std library. There is also a higher level library called secp256k1-zkp."
keywords = [ "crypto", "Schnorr", "secp256k1", "secp256k1-zkp", "bitcoin" ]
readme = "README.md"
readme = "../README.md"
build = "build.rs"

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion secp256k1-zkp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage = "https://github.com/ElementsProject/rust-secp256k1-zkp/"
repository = "https://github.com/ElementsProject/rust-secp256k1-zkp/"
description = "Rust bindings for the Elements Project's `libsecp256k1-zkp` library. Implements various cryptographic schemes for the SECG elliptic curve group secp256k1 and related utilities. Based on the lower-level, no_std secp256k1-zkp-sys library."
keywords = [ "crypto", "Schnorr", "secp256k1", "secp256k1-zkp", "bitcoin" ]
readme = "README.md"
readme = "../README.md"

[package.metadata.docs.rs]
features = [ "serde", "rand-zkp"]
Expand Down

0 comments on commit ec61ea6

Please sign in to comment.