diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ tokio-rustls = "0.23" rustls-pemfile = "1" hyper-tungstenite = "0.8" rand = "0.8" +futures = "0.3" futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] } futures-channel = "0.3" format-bytes = "0.3" +anyhow = "1.0" |