bazzar/crates/cache-adapter/Cargo.toml
2024-06-24 14:54:46 +02:00

14 lines
329 B
TOML

[package]
name = "cache-adapter"
version = "0.1.0"
edition = "2021"
[dependencies]
async-trait = { workspace = true }
bincode = { workspace = true }
config = { path = "../config" }
serde = { workspace = true, features = ["derive"] }
thiserror = { workspace = true }
toml = { version = "0.7.3" }
tracing = { version = "0.1.37" }