diff --git a/serial-windows/Cargo.toml b/serial-windows/Cargo.toml index 6bb1921..d4eaf39 100644 --- a/serial-windows/Cargo.toml +++ b/serial-windows/Cargo.toml @@ -2,6 +2,13 @@ name = "serial-windows" version = "0.4.0" authors = ["David Cuddeback "] +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" }