summaryrefslogtreecommitdiff
path: root/world/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-01-13 00:13:54 +0100
committermetamuffin <metamuffin@disroot.org>2025-01-13 00:13:54 +0100
commit3330af8a3417ce411ecb1c7c23343cc28f261b2f (patch)
tree67facac81b9233eb612e691f1fc72b71bce1d3f3 /world/Cargo.toml
parent9f5d815e932c9c01265fec2f5a079470d73d6cc8 (diff)
downloadweareserver-3330af8a3417ce411ecb1c7c23343cc28f261b2f.tar
weareserver-3330af8a3417ce411ecb1c7c23343cc28f261b2f.tar.bz2
weareserver-3330af8a3417ce411ecb1c7c23343cc28f261b2f.tar.zst
add name to light part + show network size of prefab
Diffstat (limited to 'world/Cargo.toml')
-rw-r--r--world/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/world/Cargo.toml b/world/Cargo.toml
index 8bf5e02..db199bc 100644
--- a/world/Cargo.toml
+++ b/world/Cargo.toml
@@ -22,3 +22,4 @@ weareshared = { path = "../shared" }
rand = "0.9.0-beta.1"
image = "0.25.5"
rayon = "1.10.0"
+humansize = "2.1.3"