Skip to content

Commit

Permalink
adds package metadata for serial-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dcuddeback committed Jul 2, 2017
1 parent 2a5e5de commit 3d396a7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions serial-windows/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
name = "serial-windows"
version = "0.4.0"
authors = ["David Cuddeback <[email protected]>"]
description = "Serial port implementation for Windows."
homepage = "https://github.com/dcuddeback/serial-rs"
repository = "https://github.com/dcuddeback/serial-rs"
documentation = "https://dcuddeback.github.io/serial-rs/serial-windows/"
license = "MIT"
readme = "README.md"
keywords = ["serial", "hardware", "system", "RS232"]

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

0 comments on commit 3d396a7

Please sign in to comment.