diff options
-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/" |