-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
36d2573
commit 1825fdc
Showing
7 changed files
with
24 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
[package] | ||
name = "ping-rs" | ||
version = "0.1.0" | ||
authors = ["Patrick José Pereira <[email protected]>"] | ||
edition = "2018" | ||
name = "bluerobotics-ping" | ||
version = "0.0.0" | ||
authors = ["Patrick José Pereira <[email protected]>, Raul Victor Trombin <[email protected]>"] | ||
edition = "2021" | ||
build = "build/main.rs" | ||
license = "MIT" | ||
description = "This crate serves as the entry point for embedding applications using Rust on Blue Robotics's Ping devices family" | ||
homepage = "https://bluerobotics.com/store/sonars/echosounders/ping-sonar-r2-rp/" | ||
documentation = "https://docs.bluerobotics.com/ping-rs/bluerobotics_ping/" | ||
repository = "https://github.com/bluerobotics/ping-rs" | ||
categories = ["BlueRobotics", "Embedded development", "Science"] | ||
keywords = ["BlueRobotics", "embedded", "sonar", "robotics", "ROV"] | ||
readme = "README.md" | ||
|
||
[dependencies] | ||
bytes = "1.3.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# ping-rs | ||
https://docs.bluerobotics.com/ping-rs/ping_rs/ | ||
https://docs.bluerobotics.com/ping-rs/bluerobotics_ping/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters