Skip to content

Commit 3d396a7

Browse files
committed
adds package metadata for serial-windows
1 parent 2a5e5de commit 3d396a7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

serial-windows/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
name = "serial-windows"
33
version = "0.4.0"
44
authors = ["David Cuddeback <david.cuddeback@gmail.com>"]
5+
description = "Serial port implementation for Windows."
6+
homepage = "https://github.com/dcuddeback/serial-rs"
7+
repository = "https://github.com/dcuddeback/serial-rs"
8+
documentation = "https://dcuddeback.github.io/serial-rs/serial-windows/"
9+
license = "MIT"
10+
readme = "README.md"
11+
keywords = ["serial", "hardware", "system", "RS232"]
512

613
[dependencies]
714
serial-core = { path = "../serial-core" }

0 commit comments

Comments
 (0)