wakey/Cargo.toml
2019-08-20 20:13:28 +02:00

17 lines
361 B
TOML

[package]
name = "wakey"
version = "0.1.2"
authors = ["Hubert Bugaj<lesny.rumcajs@gmail.com>"]
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 = "*"