From 9f39e7d4addcb3c54e0e100be8a9d4a22fff35f9 Mon Sep 17 00:00:00 2001 From: Owen Griffiths Date: Wed, 15 Mar 2023 08:44:41 +0000 Subject: [PATCH] Added categories and formatted cargo toml --- Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c13cbe3..ab6f62f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,11 +2,15 @@ name = "pid" version = "4.0.0" edition = "2018" -authors = ["Ken Elkabany ", "Owez Griffiths "] +authors = [ + "Ken Elkabany ", + "Owez Griffiths ", +] license = "MIT OR Apache-2.0" description = "A PID controller." repository = "https://github.com/braincore/pid-rs" keywords = ["pid"] +categories = ["no-std", "embedded", "algorithms"] readme = "README.md" [dependencies.num-traits] @@ -21,4 +25,3 @@ features = ["derive"] [badges] travis-ci = { repository = "braincore/pid-rs" } -