summaryrefslogtreecommitdiff
path: root/server/bot/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-08-12 16:09:40 +0200
committermetamuffin <metamuffin@disroot.org>2024-08-12 16:09:40 +0200
commit7aa0f026f6f0f72efc5513688ecec21a1e43ea74 (patch)
tree12a1ed96f74725ba96a7b2514cf556a2b6d05770 /server/bot/Cargo.toml
parentada25eeb227b201b1519ff46a888476a832256e6 (diff)
downloadhurrycurry-7aa0f026f6f0f72efc5513688ecec21a1e43ea74.tar
hurrycurry-7aa0f026f6f0f72efc5513688ecec21a1e43ea74.tar.bz2
hurrycurry-7aa0f026f6f0f72efc5513688ecec21a1e43ea74.tar.zst
bot: generalize simple and add waiter
Diffstat (limited to 'server/bot/Cargo.toml')
-rw-r--r--server/bot/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/bot/Cargo.toml b/server/bot/Cargo.toml
index 2afc1e59..ee9706d8 100644
--- a/server/bot/Cargo.toml
+++ b/server/bot/Cargo.toml
@@ -11,3 +11,4 @@ anyhow = "1.0.86"
env_logger = "0.11.5"
rustls = { version = "0.23.12", features = ["ring"] }
clap = { version = "4.5.15", features = ["derive"] }
+rand = "0.9.0-alpha.2"