wakey/wakey-wake/Cargo.toml
Hubert 25ca3f4be6
use workspaces to reduce dependencies (#7)
* use workspaces to reduce dependencies

* bump version
2022-06-26 12:13:12 +02:00

18 lines
437 B
TOML

[package]
name = "wakey-wake"
version = "0.2.2"
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 = "3.1.18", features = ["derive"] }