From 0b399396f840eca71ee0d63da11a68d0bf5f280c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Sun, 21 Jul 2024 20:47:11 -0300 Subject: [PATCH] Fix and add missing links to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- mavlink-bindgen/Cargo.toml | 1 + mavlink/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mavlink-bindgen/Cargo.toml b/mavlink-bindgen/Cargo.toml index 1d8cf1ffd6..0a5ee88567 100644 --- a/mavlink-bindgen/Cargo.toml +++ b/mavlink-bindgen/Cargo.toml @@ -4,6 +4,7 @@ version = "0.13.1" edition = "2021" license = "MIT/Apache-2.0" description = "Library used by rust-mavlink." +readme = "../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/mavlink/Cargo.toml b/mavlink/Cargo.toml index fe9364a1b7..4fd09da02d 100644 --- a/mavlink/Cargo.toml +++ b/mavlink/Cargo.toml @@ -12,7 +12,7 @@ authors = [ ] build = "build/main.rs" description = "Implements the MAVLink data interchange format for UAVs." -readme = "README.md" +readme = "../README.md" license = "MIT/Apache-2.0" repository = "https://github.com/mavlink/rust-mavlink" edition = "2018"