added manifest data
This commit is contained in:
parent
2865d269d6
commit
91df3c87ac
|
@ -1,8 +1,16 @@
|
||||||
[package]
|
[package]
|
||||||
name = "wakey"
|
name = "wakey"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
||||||
authors = ["Hubert Bugaj<lesny.rumcajs@gmail.com>"]
|
authors = ["Hubert Bugaj<lesny.rumcajs@gmail.com>"]
|
||||||
edition = "2018"
|
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]
|
[dependencies]
|
||||||
hex = "0.3.2"
|
hex = "0.3.2"
|
Loading…
Reference in New Issue
Block a user