Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rust-mavlink
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Avionics
Software Development
MAVLink
rust-mavlink
Commits
0b399396
Commit
0b399396
authored
10 months ago
by
Patrick José Pereira
Browse files
Options
Downloads
Patches
Plain Diff
Fix and add missing links to README
Signed-off-by:
Patrick José Pereira
<
patrickelectric@gmail.com
>
parent
2e40341e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
mavlink-bindgen/Cargo.toml
+1
-0
1 addition, 0 deletions
mavlink-bindgen/Cargo.toml
mavlink/Cargo.toml
+1
-1
1 addition, 1 deletion
mavlink/Cargo.toml
with
2 additions
and
1 deletion
mavlink-bindgen/Cargo.toml
+
1
−
0
View file @
0b399396
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
mavlink/Cargo.toml
+
1
−
1
View file @
0b399396
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment