diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2022-10-16 21:53:39 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2022-10-16 21:56:05 +0200 |
commit | 66388deae3b363cebc07d3e0b5570565bc5bb482 (patch) | |
tree | 7229f76f3d9b6e21e9ee33d635a94bb67badff1d | |
parent | 4f9b970f959aecb41804fb0e898156acf5d13569 (diff) |
Specify readme properly.
-rw-r--r-- | bindgen-cli/Cargo.toml | 2 | ||||
-rw-r--r-- | bindgen/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bindgen-cli/Cargo.toml b/bindgen-cli/Cargo.toml index b7509ae2..4233490b 100644 --- a/bindgen-cli/Cargo.toml +++ b/bindgen-cli/Cargo.toml @@ -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/" diff --git a/bindgen/Cargo.toml b/bindgen/Cargo.toml index 9956c441..e47642f9 100644 --- a/bindgen/Cargo.toml +++ b/bindgen/Cargo.toml @@ -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/" |