diff options
author | metamuffin <metamuffin@disroot.org> | 2025-04-07 17:08:32 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-04-07 17:08:32 +0200 |
commit | 0b96cae3425c8781f5b755d52a81bbc7b8b3ef64 (patch) | |
tree | e806549576603865592e50d3556d5c8bb5bfc42e /Cargo.toml | |
parent | 32c282c96980c615cba077d441c574e85ff5add5 (diff) | |
download | weareearth-0b96cae3425c8781f5b755d52a81bbc7b8b3ef64.tar weareearth-0b96cae3425c8781f5b755d52a81bbc7b8b3ef64.tar.bz2 weareearth-0b96cae3425c8781f5b755d52a81bbc7b8b3ef64.tar.zst |
add db cache
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ xdg = "2.5.2" glam = "0.30.1" futures-util = "0.3.31" clap = { version = "4.5.35", features = ["derive"] } - +redb = "2.4.0" weareshared = { path = "../wearechat/shared" } [build-dependencies] |