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