feat: added expected deps
This commit is contained in:
parent
17d25a54dc
commit
cb928b84f0
1 changed files with 3 additions and 0 deletions
|
@ -6,3 +6,6 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.0.29", features = ["derive"] }
|
||||
confy = "0.5.1"
|
||||
tungstenite = "0.18.0"
|
||||
|
|
Loading…
Reference in a new issue