summaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 06a22798..8f68fd17 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -15,6 +15,7 @@ tokio-tungstenite = "0.24.0"
futures-util = "0.3.30"
serde_yml = "0.0.12"
rand = "0.9.0-alpha.2"
+rand_distr = "0.5.1"
shlex = "1.3.0"
clap = { version = "4.5.18", features = ["derive"] }
reqwest = { version = "0.12.7", optional = true, default-features = false, features = [