Skip to content

Commit f505707

Browse files
committed
adds categories to metadata
1 parent a70816d commit f505707

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

serial-core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ documentation = "https://dcuddeback.github.io/serial-rs/serial-core/"
99
license = "MIT"
1010
readme = "README.md"
1111
keywords = ["serial", "hardware", "system", "RS232"]
12+
categories = ["hardware-support"]
1213

1314
[dependencies]
1415
libc = "0.2"

serial-unix/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ documentation = "https://dcuddeback.github.io/serial-rs/serial-unix/"
99
license = "MIT"
1010
readme = "README.md"
1111
keywords = ["serial", "hardware", "system", "RS232"]
12+
categories = ["hardware-support", "os", "os::unix-apis"]
1213

1314
[dependencies]
1415
serial-core = { version = "0.4", path = "../serial-core" }

serial-windows/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ documentation = "https://dcuddeback.github.io/serial-rs/serial-windows/"
99
license = "MIT"
1010
readme = "README.md"
1111
keywords = ["serial", "hardware", "system", "RS232"]
12+
categories = ["hardware-support", "os", "os::windows-apis"]
1213

1314
[dependencies]
1415
serial-core = { version = "0.4", path = "../serial-core" }

serial/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ documentation = "https://dcuddeback.github.io/serial-rs/serial/"
99
license = "MIT"
1010
readme = "README.md"
1111
keywords = ["serial", "hardware", "system", "RS232"]
12+
categories = ["hardware-support", "os"]
1213

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

0 commit comments

Comments
 (0)