diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-06 20:04:29 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-06 20:04:29 +0100 |
commit | 44ef37bca0aa633f8c59d849946faf2319c5446b (patch) | |
tree | dbfcb7104dc6621cb766148ab2289d32d5f261e0 /client/Cargo.toml | |
parent | 6af8b165fe8cbab35721a8797ca85cda454a5ff4 (diff) | |
download | weareserver-44ef37bca0aa633f8c59d849946faf2319c5446b.tar weareserver-44ef37bca0aa633f8c59d849946faf2319c5446b.tar.bz2 weareserver-44ef37bca0aa633f8c59d849946faf2319c5446b.tar.zst |
a
Diffstat (limited to 'client/Cargo.toml')
-rw-r--r-- | client/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml index ffa40e4..3289cfd 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -14,3 +14,4 @@ pollster = "0.4.0" wgpu = "23.0.1" winit = "0.30.8" weareshared = { path = "../shared" } +rand = "0.9.0-beta.1" |