Set repository to the github mirror

This commit is contained in:
Michael Watzko 2018-03-18 20:49:34 +01:00
commit f52b58f6e9

View file

@ -1,8 +1,8 @@
[package] [package]
name = "w5500" name = "w5500"
version = "0.1.0" version = "0.1.1"
authors = ["Michael Watzko <michael@watzko.de>"] authors = ["Michael Watzko <michael@watzko.de>"]
repository = "https://git.tallbyte.com/rust/w5500.git" repository = "https://github.com/kellerkindt/w5500.git"
description = "W5500 IoT Controller implementation. Currently UDP sending and receiving is working. WIP" description = "W5500 IoT Controller implementation. Currently UDP sending and receiving is working. WIP"
keywords = ["embedded", "w5500", "iot", "arm", "stm32"] keywords = ["embedded", "w5500", "iot", "arm", "stm32"]
categories = ["embedded", "hardware-support", "no-std", "network-programming"] categories = ["embedded", "hardware-support", "no-std", "network-programming"]
@ -11,4 +11,4 @@ license = "MIT"
[dependencies] [dependencies]
byteorder = { version = "1.2.1", default-features = false } byteorder = { version = "1.2.1", default-features = false }
embedded-hal = "0.1.2" embedded-hal = "0.1.2"
nb = "0.1.1" nb = "0.1.1"