aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index becffc1..887db88 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,8 @@ prost-types = "0.13.5"
prost = "0.13.5"
xdg = "2.5.2"
glam = "0.30.1"
+futures-util = "0.3.31"
+clap = { version = "4.5.35", features = ["derive"] }
weareshared = { path = "../wearechat/shared" }