diff options
author | metamuffin <metamuffin@disroot.org> | 2025-02-24 19:31:17 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-02-24 19:31:17 +0100 |
commit | 2c06cea2337627c08600e99fc0b1c69799526049 (patch) | |
tree | 5779ebb87a54fefa367ffac30e8ad251cb4b8ef3 /Cargo.toml | |
parent | 46a49718b09fa5a517d2aa8dceadcc1713ffc51a (diff) | |
download | unity-tools-2c06cea2337627c08600e99fc0b1c69799526049.tar unity-tools-2c06cea2337627c08600e99fc0b1c69799526049.tar.bz2 unity-tools-2c06cea2337627c08600e99fc0b1c69799526049.tar.zst |
json conversion
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,4 +9,5 @@ env_logger = "0.11.6" anyhow = "1.0.95" lz4_flex = "0.11.3" lzma = "0.2.2" -# lz4 = "1.28.1" +serde_json = "1.0.139" +humansize = "2.1.3" |