Added derive features to clap

This commit is contained in:
Dave Hrycyszyn
2024-05-29 12:58:07 +01:00
parent 54647c2df3
commit d57542b024
2 changed files with 20 additions and 1 deletions

View File

@@ -6,6 +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"
clap = { version = "4.5.4", features = ["derive"] }
tokio = "*"
websockets = "0.3.0"