21 lines
466 B
TOML
21 lines
466 B
TOML
[package]
|
|
name = "wakey-wake"
|
|
version = "0.4.1"
|
|
|
|
authors = ["Hubert Bugaj<lesny.rumcajs@gmail.com>"]
|
|
edition = "2024"
|
|
|
|
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"] }
|
|
|
|
[profile.release]
|
|
strip = true
|