diff --git a/Cargo.toml b/Cargo.toml index de0ca4a..aa43c6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,14 @@ [package] name = "mcp2003a" -version = "0.0.3" +version = "0.0.4" description = "Rust no_std LIN Bus communication using the MCP2003A LIN transceiver." edition = "2021" license = "MIT" -authors = ["Zach Grimaldi"] +authors = ["Zach Grimaldi "] documentation = "https://docs.rs/mcp2003a" repository = "https://github.com/zpg6/mcp2003a" +categories = ["automotive", "embedded", "no-std", "hardware"] +keywords = ["lin", "linbus", "mcp2003a", "embedded", "no-std", "hardware"] [dependencies] embedded-hal = "1.0.0"