[package] name = "wakey-wake" version = "0.3.0" authors = ["Hubert Bugaj"] 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"] }