From 91df3c87acff35e377df9b515bb8418c923795c0 Mon Sep 17 00:00:00 2001 From: lesnyrumcajs Date: Sun, 3 Feb 2019 17:01:55 +0100 Subject: [PATCH] added manifest data --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3222f2e..ec8b528 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,16 @@ [package] name = "wakey" version = "0.1.0" + authors = ["Hubert Bugaj"] edition = "2018" +license = "MIT" +repository = "https://github.com/LesnyRumcajs/wakey" + +description = "Wake-on-LAN library for creating and sending magic WOL packets." +keywords = ["wol", "wake-on-lan"] +categories = ["network-programming"] + [dependencies] hex = "0.3.2" \ No newline at end of file