diff options
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" |