aboutsummaryrefslogtreecommitdiff
path: root/cache/Cargo.toml
blob: af334b400248f41be2eb181f532a2e6a36d66c51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "jellycache"
version = "0.1.0"
edition = "2024"

[dependencies]
base64 = "0.22.1"
humansize = "2.1.3"
anyhow = { workspace = true }
log = { workspace = true }
sha2 = "0.10.9"
rand = "0.10.0"
serde = "1.0.228"
serde_json = "1.0.149"
percent-encoding = "2.3.2"
jellykv = { path = "../kv" }