diff options
author | metamuffin <metamuffin@disroot.org> | 2024-04-15 23:19:55 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-04-15 23:19:55 +0200 |
commit | f369728cc783493f8f6cab921b3c609d127bf6f2 (patch) | |
tree | 638a2a23e27a4c843237186708daa1e07b1f28ba /Cargo.lock | |
parent | 29a62d702b24d8ea30c72e17569d9a98ad2775b9 (diff) | |
download | jellything-f369728cc783493f8f6cab921b3c609d127bf6f2.tar jellything-f369728cc783493f8f6cab921b3c609d127bf6f2.tar.bz2 jellything-f369728cc783493f8f6cab921b3c609d127bf6f2.tar.zst |
database statistics
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -762,12 +762,6 @@ dependencies = [ ] [[package]] -name = "edit-distance" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbbaaaf38131deb9ca518a274a45bfdb8771f139517b073b16c2d3d32ae5037b" - -[[package]] name = "either" version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1236,6 +1230,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] +name = "humansize" +version = "2.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" +dependencies = [ + "libm", +] + +[[package]] name = "humantime" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1591,10 +1594,10 @@ dependencies = [ "bincode", "chashmap", "chrono", - "edit-distance", "env_logger", "futures", "glob", + "humansize", "jellybase", "jellycommon", "jellyimport", |