Skip to content

Commit

Permalink
adds categories to metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dcuddeback committed Jul 2, 2017
1 parent a70816d commit f505707
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions serial-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ documentation = "https://dcuddeback.github.io/serial-rs/serial-core/"
license = "MIT"
readme = "README.md"
keywords = ["serial", "hardware", "system", "RS232"]
categories = ["hardware-support"]

[dependencies]
libc = "0.2"
1 change: 1 addition & 0 deletions serial-unix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ documentation = "https://dcuddeback.github.io/serial-rs/serial-unix/"
license = "MIT"
readme = "README.md"
keywords = ["serial", "hardware", "system", "RS232"]
categories = ["hardware-support", "os", "os::unix-apis"]

[dependencies]
serial-core = { version = "0.4", path = "../serial-core" }
Expand Down
1 change: 1 addition & 0 deletions serial-windows/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ documentation = "https://dcuddeback.github.io/serial-rs/serial-windows/"
license = "MIT"
readme = "README.md"
keywords = ["serial", "hardware", "system", "RS232"]
categories = ["hardware-support", "os", "os::windows-apis"]

[dependencies]
serial-core = { version = "0.4", path = "../serial-core" }
Expand Down
1 change: 1 addition & 0 deletions serial/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ documentation = "https://dcuddeback.github.io/serial-rs/serial/"
license = "MIT"
readme = "README.md"
keywords = ["serial", "hardware", "system", "RS232"]
categories = ["hardware-support", "os"]

[dependencies]
serial-core = { version = "=0.4.0", path = "../serial-core" }
Expand Down

0 comments on commit f505707

Please sign in to comment.