Add Clap crate and a binary

Date:      Wed May 18 06:34:17 2022 +0200
This commit is contained in:
Gerhard Dutka
2022-05-18 06:34:17 +02:00
parent b3e2fd8c82
commit abe8f30637
3 changed files with 37 additions and 0 deletions
+1
View File
@@ -14,3 +14,4 @@ categories = ["network-programming"]
[dependencies]
hex = "~0.3"
clap = { version = "3.1.18", features = ["derive"] }