Skip to content

Commit

Permalink
Added categories and formatted cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Owez committed Mar 16, 2023
1 parent e4908de commit 9f39e7d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@
name = "pid"
version = "4.0.0"
edition = "2018"
authors = ["Ken Elkabany <[email protected]>", "Owez Griffiths <[email protected]>"]
authors = [
"Ken Elkabany <[email protected]>",
"Owez Griffiths <[email protected]>",
]
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]
Expand All @@ -21,4 +25,3 @@ features = ["derive"]

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

0 comments on commit 9f39e7d

Please sign in to comment.