diff --git a/mavlink-bindgen/Cargo.toml b/mavlink-bindgen/Cargo.toml
index 1d8cf1ffd6040dd126836588c53abf19e2510466..0a5ee885679eec7dbb0ac7bc748e704967f67a15 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 fe9364a1b704bfa8ebfe0cfd55d028b038046c76..4fd09da02d728841152d35f8dd53c37d8cb6df62 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"