Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.2.0...v4.0.15) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 lines
437 B
TOML
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 = "4.0.15", features = ["derive"] }
|