bazzar/crates/cache-adapter/Cargo.toml
2023-06-03 13:31:57 +02:00

14 lines
333 B
TOML

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