From d6339933d54974952721659c3de2b2871a086c1a Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Sat, 8 Apr 2023 02:55:02 +0200 Subject: Implement basic websocket support --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 778e9d4..f2925f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,6 +27,8 @@ clap_complete = "4.1.5" daemonize = "0.5.0" directories = "5.0.0" env_logger = "0.10.0" +futures = "0.3.28" +futures-channel = "0.3.28" futures-util = "0.3.27" hkdf = "0.12.3" hmac = { version = "0.12.1", features = ["std"] } @@ -57,6 +59,8 @@ totp-lite = "2.0.0" url = "2.3.1" uuid = { version = "1.3.0", features = ["v4"] } zeroize = "1.5.7" +rmpv = "1.0.0" +tokio-tungstenite = { version = "*", features = ["native-tls"] } [package.metadata.deb] depends = "pinentry" -- cgit v1.2.3-54-g00ecf