diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-19 14:08:49 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-23 19:21:49 +0200 |
commit | 3dc8cc2abb4e6a7be8237b86dab6ebed75fa43cb (patch) | |
tree | cea31697154dd5668540e818cb536a304daf1ce4 /server/Cargo.toml | |
parent | 945a3f45adbf509ef5e7986d55121a4899e0a1b3 (diff) | |
download | hurrycurry-3dc8cc2abb4e6a7be8237b86dab6ebed75fa43cb.tar hurrycurry-3dc8cc2abb4e6a7be8237b86dab6ebed75fa43cb.tar.bz2 hurrycurry-3dc8cc2abb4e6a7be8237b86dab6ebed75fa43cb.tar.zst |
customers go to chairs
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r-- | server/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index 447a3ff1..535d5a1e 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -14,3 +14,4 @@ serde_json = "1.0.117" tokio-tungstenite = "0.23.1" futures-util = "0.3.30" serde_yaml = "0.9.34+deprecated" +rand = "0.9.0-alpha.1" |