Files
wakey/wakey/Cargo.toml
T
2026-03-02 11:37:32 +01:00

18 lines
380 B
TOML

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