Skip to content

Commit ec61ea6

Browse files
authored
Merge pull request #6 from jonasnick/toml-readme
Specify README.md int Cargo.toml relatively
2 parents 1baf2ae + 0b1443f commit ec61ea6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

secp256k1-zkp-sys/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ authors = ["Jonas Nick <[email protected]>"]
66
license = "CC0-1.0"
77
homepage = "https://github.com/ElementsProject/rust-secp256k1-zkp/"
88
repository = "https://github.com/ElementsProject/rust-secp256k1-zkp/"
9-
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."
9+
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."
1010
keywords = [ "crypto", "Schnorr", "secp256k1", "secp256k1-zkp", "bitcoin" ]
11-
readme = "README.md"
11+
readme = "../README.md"
1212
build = "build.rs"
1313

1414
[package.metadata.docs.rs]

secp256k1-zkp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage = "https://github.com/ElementsProject/rust-secp256k1-zkp/"
88
repository = "https://github.com/ElementsProject/rust-secp256k1-zkp/"
99
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."
1010
keywords = [ "crypto", "Schnorr", "secp256k1", "secp256k1-zkp", "bitcoin" ]
11-
readme = "README.md"
11+
readme = "../README.md"
1212

1313
[package.metadata.docs.rs]
1414
features = [ "serde", "rand-zkp"]

0 commit comments

Comments
 (0)