diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-18 01:21:46 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-18 01:21:46 +0100 |
commit | 0f120ca3eee991566cda704be13b0b1e41dc8d66 (patch) | |
tree | cfcf3006a73960f80bc8a9abaeb58c6e7ac1b26d /client/Cargo.toml | |
parent | 6703f1c56605ca7dca8f7fe87b79badb764bd461 (diff) | |
download | weareserver-0f120ca3eee991566cda704be13b0b1e41dc8d66.tar weareserver-0f120ca3eee991566cda704be13b0b1e41dc8d66.tar.bz2 weareserver-0f120ca3eee991566cda704be13b0b1e41dc8d66.tar.zst |
more profiler things
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 c98374a..823160e 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -22,3 +22,4 @@ egui = { version = "0.30.0", features = ["bytemuck"] } bytemuck = "1.21.0" xdg = "2.5.2" nnnoiseless = "0.5.1" +humansize = "2.1.3" |