wakey/wakey-wake/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
434 B
TOML

[package]
name = "wakey-wake"
version = "0.3.0"
authors = ["Hubert Bugaj<lesny.rumcajs@gmail.com>"]
edition = "2021"
license = "MIT"
repository = "https://github.com/LesnyRumcajs/wakey"
description = "Sample CLI tool for creating and sending Wake-on-LAN packets."
keywords = ["wol", "wake-on-lan"]
categories = ["network-programming"]
[dependencies]
wakey = { path = "../wakey" }
clap = { version = "4.0", features = ["derive"] }