wakey/wakey/Cargo.toml
Hubert 0868354063
Prepare release v0.3 (#19)
* cleanup the wakey binary

* add changelog

* update versions

* update readme
2023-01-06 22:01:34 +01:00

18 lines
383 B
TOML

[package]
name = "wakey"
version = "0.3.0"
authors = ["Hubert Bugaj<lesny.rumcajs@gmail.com>"]
edition = "2021"
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.4"
arrayvec = "0.7.2"