From 7957ff3d8fb2c1ce9091e89cd3de6ba2f559e431 Mon Sep 17 00:00:00 2001 From: Paweł Dybiec Date: Sun, 25 Dec 2022 21:35:25 +0000 Subject: Support for custom message handlers --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 855f0bb..43bc0e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ edition = "2021" [dependencies] anyhow = "1.0.68" +async-trait = "0.1.60" async-tungstenite = { version = "*", features = ["tokio-runtime","tokio-native-tls"] } futures-util = { version = "0.3.25", features = ["tokio-io"] } reqwest = { version = "0.11.13", features = ["serde_json", "json"] } -- cgit 1.4.1