Skip to content

Commit

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

[dependencies]
libc = "0.2"

0 comments on commit 7f9ec8f

Please sign in to comment.