Skip to content

Commit 9f39e7d

Browse files
committed
Added categories and formatted cargo toml
1 parent e4908de commit 9f39e7d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
name = "pid"
33
version = "4.0.0"
44
edition = "2018"
5-
authors = ["Ken Elkabany <ken@elkabany.com>", "Owez Griffiths <root@ogriffiths.com>"]
5+
authors = [
6+
"Ken Elkabany <ken@elkabany.com>",
7+
"Owez Griffiths <root@ogriffiths.com>",
8+
]
69
license = "MIT OR Apache-2.0"
710
description = "A PID controller."
811
repository = "https://github.com/braincore/pid-rs"
912
keywords = ["pid"]
13+
categories = ["no-std", "embedded", "algorithms"]
1014
readme = "README.md"
1115

1216
[dependencies.num-traits]
@@ -21,4 +25,3 @@ features = ["derive"]
2125

2226
[badges]
2327
travis-ci = { repository = "braincore/pid-rs" }
24-

0 commit comments

Comments
 (0)