Skip to content

Commit

Permalink
docs: v0.0.4 add categories and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
zpg6 committed Jun 24, 2024
1 parent fef4da2 commit 6f4fd6a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <zpg6@pitt.edu>"]
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"
Expand Down

0 comments on commit 6f4fd6a

Please sign in to comment.