bazzar/crates/cache-adapter-embedded-memory/Cargo.toml

15 lines
435 B
TOML
Raw Normal View History

2023-06-01 10:41:58 +02:00
[package]
name = "cache-adapter-embedded-memory"
version = "0.1.0"
edition = "2021"
[dependencies]
cache-adapter = { path = "../cache-adapter" }
serde = { version = "1.0.163", features = ['derive'] }
async-trait = { version = "0.1.68" }
chrono = { version = "0.4.26" }
bincode = { version = "1" }
tracing = { version = "0" }
futures-executor = { version = "0.3.28", features = [] }
tokio = { version = "1.28.2", features = ['full'] }