Add proper toml for publicfication
This commit is contained in:
parent
bd2f958a8c
commit
d9de7d39d8
1 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,11 @@
|
|||
name = "w5500"
|
||||
version = "0.1.0"
|
||||
authors = ["Michael Watzko <michael@watzko.de>"]
|
||||
repository = "https://git.tallbyte.com/rust/w5500.git"
|
||||
description = "W5500 IoT Controller implementation. Currently UDP sending and receiving is working. WIP"
|
||||
keywords = ["embedded", "w5500", "iot", "arm", "stm32"]
|
||||
categories = ["embedded", "hardware-support", "no-std", "network-programming"]
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
byteorder = { version = "1.2.1", default-features = false }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue