bazzar/crates/cache-adapter/Cargo.toml

14 lines
333 B
TOML
Raw Normal View History

2023-06-01 10:41:58 +02:00
[package]
name = "cache-adapter"
version = "0.1.0"
edition = "2021"
[dependencies]
async-trait = { version = "0.1.68" }
2023-06-03 13:31:57 +02:00
bincode = { version = "1" }
config = { path = "../config" }
serde = { version = "1.0.163", features = ['derive'] }
2023-06-01 10:41:58 +02:00
thiserror = { version = "1.0.40" }
toml = { version = "0.7.3" }
2023-06-03 13:31:57 +02:00
tracing = { version = "0.1.37" }