aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-07-16 16:20:01 -0400
committerGitHub <noreply@github.com>2023-07-16 16:20:01 -0400
commitb06eab0609451ec449a88ed5141a658e16197eb0 (patch)
tree278750c6c431c6fce9092f7890c0a8bad466f513 /Cargo.toml
parentc8c99cf06fdc45568fc10b98257963ae63e9c486 (diff)
parent389655d8f76b49a8a391deda28cf75bd99d17a96 (diff)
downloadrbw-b06eab0609451ec449a88ed5141a658e16197eb0.tar.gz
rbw-b06eab0609451ec449a88ed5141a658e16197eb0.zip
Merge branch 'main' into result-to-clipboard
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e6cd8c3..fa19acd 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"] }
@@ -58,6 +60,8 @@ url = "2.3.1"
uuid = { version = "1.3.0", features = ["v4"] }
zeroize = "1.5.7"
copypasta = "0.8.2"
+rmpv = "1.0.0"
+tokio-tungstenite = { version = "0.18.0", features = ["rustls-tls-native-roots"] }
[package.metadata.deb]
depends = "pinentry"