aboutsummaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-06-03 19:45:05 +0200
committermetamuffin <metamuffin@disroot.org>2025-06-03 19:45:08 +0200
commit9ee7eef2919feffe4e0695494d4027e8ec011808 (patch)
tree4fbb5347e7166911d08ae31dd3c20556b61c943e /server/Cargo.toml
parent63f7321e50b251d19f20dc929fc37a45cccdbb38 (diff)
downloadhurrycurry-9ee7eef2919feffe4e0695494d4027e8ec011808.tar
hurrycurry-9ee7eef2919feffe4e0695494d4027e8ec011808.tar.bz2
hurrycurry-9ee7eef2919feffe4e0695494d4027e8ec011808.tar.zst
Add pedestrians (and custom spawn locations)
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 = [