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

[dependencies]
base64 = "0.22.1"
bincode = "2.0.0-rc.3"
humansize = "2.1.3"
anyhow = "1.0.95"
log = { workspace = true }
tokio = { workspace = true }
sha2 = "0.10.8"
rand = "0.9.1"
serde = "1.0.217"