Specify readme properly.

This commit is contained in:
Emilio Cobos Álvarez 2022-10-16 21:53:39 +02:00
parent 4f9b970f95
commit 66388deae3
No known key found for this signature in database
GPG Key ID: E1152D0994E4BF8A
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ keywords = ["bindings", "ffi", "code-generation"]
categories = ["external-ffi-bindings", "development-tools::ffi"]
license = "BSD-3-Clause"
name = "bindgen-cli"
readme = "README.md"
readme = "../README.md"
repository = "https://github.com/rust-lang/rust-bindgen"
documentation = "https://docs.rs/bindgen"
homepage = "https://rust-lang.github.io/rust-bindgen/"

View File

@ -10,7 +10,7 @@ keywords = ["bindings", "ffi", "code-generation"]
categories = ["external-ffi-bindings", "development-tools::ffi"]
license = "BSD-3-Clause"
name = "bindgen"
readme = "README.md"
readme = "../README.md"
repository = "https://github.com/rust-lang/rust-bindgen"
documentation = "https://docs.rs/bindgen"
homepage = "https://rust-lang.github.io/rust-bindgen/"