Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
docs: add vex and v5 to crate keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin-Niederman committed Mar 6, 2024
1 parent 9acac8d commit ce8ed54
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/pros-async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
license = "MIT"
description = "A simple async executor for pros-rs"
keywords = ["PROS", "Robotics", "bindings", "async"]
keywords = ["PROS", "Robotics", "bindings", "async", "vex", "v5"]
categories = [
"no-std",
"science::robotics",
Expand Down
2 changes: 1 addition & 1 deletion packages/pros-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
license = "MIT"
description = "Core functionality for pros-rs"
keywords = ["PROS", "Robotics", "bindings"]
keywords = ["PROS", "Robotics", "bindings", "vex", "v5"]
categories = [
"api-bindings",
"no-std",
Expand Down
2 changes: 1 addition & 1 deletion packages/pros-devices/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
license = "MIT"
description = "High level device for pros-rs"
keywords = ["PROS", "Robotics", "bindings"]
keywords = ["PROS", "Robotics", "bindings", "vex", "v5"]
categories = [
"api-bindings",
"no-std",
Expand Down
3 changes: 2 additions & 1 deletion packages/pros-math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ version = "0.1.0"
edition = "2021"
license = "MIT"
description = "Commonly used mathematical formulas for pros-rs"
keywords = ["PROS", "Robotics"]
keywords = ["PROS", "Robotics", "vex", "v5"]
categories = [
"no-std",
"science::robotics",
"Mathematics",
]
repository = "https://github.com/gavin-niederman/pros-rs"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion packages/pros-panic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
license = "MIT"
description = "Panic handler for pros-rs"
keywords = ["PROS", "Robotics"]
keywords = ["PROS", "Robotics", "vex", "v5"]
categories = [
"no-std",
"science::robotics",
Expand Down
2 changes: 1 addition & 1 deletion packages/pros-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
license = "MIT"
description = "`SyncRobot` trait and macro for pros-rs"
keywords = ["PROS", "Robotics"]
keywords = ["PROS", "Robotics", "vex", "v5"]
categories = [
"no-std",
"science::robotics",
Expand Down
2 changes: 1 addition & 1 deletion packages/pros-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "pros-sys"
version = "0.7.0"
edition = "2021"
description = "EFI for the PROS rust bindings"
keywords = ["PROS", "Robotics", "bindings"]
keywords = ["PROS", "Robotics", "bindings", "vex", "v5"]
categories = [
"api-bindings",
"development-tools::ffi",
Expand Down
2 changes: 1 addition & 1 deletion packages/pros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "pros"
version = "0.8.0"
edition = "2021"
description = "Rust bindings for PROS"
keywords = ["PROS", "Robotics", "bindings"]
keywords = ["PROS", "Robotics", "bindings", "vex", "v5"]
categories = ["os", "api-bindings", "no-std", "science::robotics"]
license = "MIT"
repository = "https://github.com/pros-rs/pros-rs"
Expand Down

0 comments on commit ce8ed54

Please sign in to comment.