diff options
author | metamuffin <metamuffin@disroot.org> | 2025-03-03 18:42:01 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-03-03 18:42:01 +0100 |
commit | 1cd966f7454f052fda6c6c9ae1597479f05e23d9 (patch) | |
tree | a9ff3b7d61c67c35b6fd94d93212d4f6c4e1f67f /base/Cargo.toml | |
parent | bf84be508aa415b45a51fc0fe007a0879f7bfab7 (diff) | |
download | jellything-1cd966f7454f052fda6c6c9ae1597479f05e23d9.tar jellything-1cd966f7454f052fda6c6c9ae1597479f05e23d9.tar.bz2 jellything-1cd966f7454f052fda6c6c9ae1597479f05e23d9.tar.zst |
cache loggin
Diffstat (limited to 'base/Cargo.toml')
-rw-r--r-- | base/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/Cargo.toml b/base/Cargo.toml index e897404..6474e25 100644 --- a/base/Cargo.toml +++ b/base/Cargo.toml @@ -19,6 +19,7 @@ redb = "2.4.0" tantivy = "0.22.0" serde_json = "1.0.138" aes-gcm-siv = "0.11.1" +humansize = "2.1.3" [features] db_json = [] |