Version 0.1.5 update keywords to include 'embedded-hal-driver'
This commit is contained in:
parent
56ee6a6f02
commit
c75f150ff2
2 changed files with 3 additions and 3 deletions
|
|
@ -1,10 +1,10 @@
|
|||
[package]
|
||||
name = "w5500"
|
||||
version = "0.1.4"
|
||||
version = "0.1.5"
|
||||
authors = ["Michael Watzko <michael@watzko.de>"]
|
||||
repository = "https://github.com/kellerkindt/w5500.git"
|
||||
description = "W5500 IoT Controller implementation. Currently UDP sending and receiving is working. WIP"
|
||||
keywords = ["embedded", "w5500", "iot", "arm", "stm32"]
|
||||
keywords = ["embedded", "w5500", "iot", "arm", "embedded-hal-driver"]
|
||||
categories = ["embedded", "hardware-support", "no-std", "network-programming"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue