Added clap for argument parsing

This commit is contained in:
Dave Hrycyszyn
2024-05-29 12:57:21 +01:00
parent cc17339749
commit 54647c2df3
2 changed files with 102 additions and 0 deletions

View File

@@ -6,5 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "4.5.4"
tokio = "*"
websockets = "0.3.0"