diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-13 15:23:50 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-13 15:23:50 +0100 |
commit | fffd27abb3b3e1cbe0a4236ee68be5bf6588a20c (patch) | |
tree | e1dce8d7b554eaf46b772cb016eaf89aa210c7e1 /shared/Cargo.toml | |
parent | f8f94eb194fe8a4db5c7120596f64d2a864fe823 (diff) | |
download | weareserver-fffd27abb3b3e1cbe0a4236ee68be5bf6588a20c.tar weareserver-fffd27abb3b3e1cbe0a4236ee68be5bf6588a20c.tar.bz2 weareserver-fffd27abb3b3e1cbe0a4236ee68be5bf6588a20c.tar.zst |
filesystem resource cache
Diffstat (limited to 'shared/Cargo.toml')
-rw-r--r-- | shared/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 394983a..b8b431a 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -11,3 +11,4 @@ redb = "2.4.0" log = "0.4.22" rand = "0.9.0-beta.1" blake3 = "1.5.5" +xdg = "2.5.2" |