From d9de7d39d8a72abb81827b0a61169fa93d957d65 Mon Sep 17 00:00:00 2001 From: Michael Watzko Date: Sat, 17 Mar 2018 16:49:38 +0100 Subject: [PATCH] Add proper toml for publicfication --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f4b9822..ba2c899 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,11 @@ name = "w5500" version = "0.1.0" authors = ["Michael Watzko "] +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 }