diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-06 18:54:00 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-06 18:54:00 +0100 |
commit | 6af8b165fe8cbab35721a8797ca85cda454a5ff4 (patch) | |
tree | 05006c8b378dca5f033a72b0f0b3196fb8691423 /world/Cargo.toml | |
parent | 14d348febd549b944d03030bf748f7817a2bedac (diff) | |
download | weareserver-6af8b165fe8cbab35721a8797ca85cda454a5ff4.tar weareserver-6af8b165fe8cbab35721a8797ca85cda454a5ff4.tar.bz2 weareserver-6af8b165fe8cbab35721a8797ca85cda454a5ff4.tar.zst |
new network
Diffstat (limited to 'world/Cargo.toml')
-rw-r--r-- | world/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/Cargo.toml b/world/Cargo.toml index ee74e2b..bdfc1f1 100644 --- a/world/Cargo.toml +++ b/world/Cargo.toml @@ -10,3 +10,4 @@ env_logger = "0.11.6" gltf = { version = "1.4.1", features = ["extras", "names"] } log = "0.4.22" weareshared = { path = "../shared" } +rand = "0.9.0-beta.1"
\ No newline at end of file |