From a3bc4c3251fac56b7fd4efc94e7d56e987b42e15 Mon Sep 17 00:00:00 2001 From: Raul Victor Trombin Date: Mon, 8 Jul 2024 12:14:31 -0300 Subject: [PATCH] Cargo: Fix: Use newer categories available on crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a063f56c3..e07fa32a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ description = "This crate serves as the entry point for embedding applications u homepage = "https://bluerobotics.com/store/comm-control-power/control/navigator/" documentation = "https://docs.bluerobotics.com/navigator-rs/doc/navigator_rs/" repository = "https://github.com/bluerobotics/navigator-rs" -categories = ["BlueRobotics", "Embedded development", "Science"] +categories = ["science::robotics", "embedded", "hardware-support"] keywords = ["BlueRobotics", "embedded", "navigator", "robotics", "ROV"] readme = "README.md"