mirror of
https://tangled.org/tranquil.farm/tranquil-pds
synced 2026-02-10 14:20:09 +00:00
20 lines
427 B
TOML
20 lines
427 B
TOML
[package]
|
|
name = "tranquil-cache"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[features]
|
|
default = []
|
|
valkey = ["dep:redis"]
|
|
|
|
[dependencies]
|
|
tranquil-infra = { workspace = true }
|
|
tranquil-ripple = { workspace = true }
|
|
|
|
async-trait = { workspace = true }
|
|
base64 = { workspace = true }
|
|
redis = { workspace = true, optional = true }
|
|
tokio-util = { workspace = true }
|
|
tracing = { workspace = true }
|