diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-02 00:39:22 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-02 00:39:22 +0200 |
commit | 68afc87797e25dca30ecb8d4f2c06edcc8c71b22 (patch) | |
tree | 6e6dc0bb4260256138ae063e9cab790caa4fc961 /base/Cargo.toml | |
parent | 944fd726e0bd23179ed6ab285cab6c7fce645353 (diff) | |
download | jellything-68afc87797e25dca30ecb8d4f2c06edcc8c71b22.tar jellything-68afc87797e25dca30ecb8d4f2c06edcc8c71b22.tar.bz2 jellything-68afc87797e25dca30ecb8d4f2c06edcc8c71b22.tar.zst |
untested in-memory cache
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 3081262..03b5055 100644 --- a/base/Cargo.toml +++ b/base/Cargo.toml @@ -12,3 +12,4 @@ sha2 = "0.10.8" base64 = "0.21.4" tokio = { workspace = true } anyhow = "1.0.75" +bincode = "2.0.0-rc.3" |