wakey/Cargo.toml
Hubert 5162dbee8e
add proper CI (#3)
* add proper CI

* fmt

* badge

* bump edition

* working badge for crates.io
2022-06-24 11:43:48 +02:00

18 lines
417 B
TOML

[package]
name = "wakey"
version = "0.2.0"
authors = ["Hubert Bugaj<lesny.rumcajs@gmail.com>"]
edition = "2021"
license = "MIT"
repository = "https://github.com/LesnyRumcajs/wakey"
description = "Wake-on-LAN library for creating and sending magic WOL packets."
keywords = ["wol", "wake-on-lan"]
categories = ["network-programming"]
[dependencies]
hex = "~0.3"
clap = { version = "3.1.18", features = ["derive"] }