wakey/Cargo.toml
Gerhard Dutka abe8f30637 Add Clap crate and a binary
Date:      Wed May 18 06:34:17 2022 +0200
2022-05-18 08:49:21 +02:00

18 lines
417 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 = "~0.3"
clap = { version = "3.1.18", features = ["derive"] }