use arrayvec for packets (#4)

This commit is contained in:
Hubert
2022-06-24 13:13:18 +02:00
committed by GitHub
parent 0fc9f33117
commit f3dc6b118d
2 changed files with 63 additions and 14 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "wakey"
version = "0.2.0"
version = "0.2.1"
authors = ["Hubert Bugaj<lesny.rumcajs@gmail.com>"]
edition = "2021"
@@ -14,4 +14,5 @@ categories = ["network-programming"]
[dependencies]
hex = "~0.3"
arrayvec = "0.7.2"
clap = { version = "3.1.18", features = ["derive"] }