Skip to content
Snippets Groups Projects
Commit 0b399396 authored by Patrick José Pereira's avatar Patrick José Pereira
Browse files

Fix and add missing links to README

parent 2e40341e
Branches
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ version = "0.13.1" ...@@ -4,6 +4,7 @@ version = "0.13.1"
edition = "2021" edition = "2021"
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
description = "Library used by rust-mavlink." 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
......
...@@ -12,7 +12,7 @@ authors = [ ...@@ -12,7 +12,7 @@ authors = [
] ]
build = "build/main.rs" build = "build/main.rs"
description = "Implements the MAVLink data interchange format for UAVs." description = "Implements the MAVLink data interchange format for UAVs."
readme = "README.md" readme = "../README.md"
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
repository = "https://github.com/mavlink/rust-mavlink" repository = "https://github.com/mavlink/rust-mavlink"
edition = "2018" edition = "2018"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment