From 984a45091bf46d4a3bd5538e39bafbeb5413f5a5 Mon Sep 17 00:00:00 2001 From: Pierre Rouanet Date: Fri, 18 Aug 2023 19:26:46 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9f11fec..b45618d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,14 @@ name = "motor_toolbox_rs" version = "0.1.0" edition = "2021" +license = "Apache-2.0" +authors = ["Pollen Robotics"] +description = "Motor Toolbox for Rust" +homepage = "https://pollen-robotics.com" +repository = "https://github.com/pollen-robotics/motor-toolbox-rs" +readme = "README.md" +keywords = ["motor", "toolbox", "robotics"] +categories = ["science::robotics"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html