web3-proxy/redis-cell-client/Cargo.toml
2022-05-21 23:34:05 +00:00

10 lines
231 B
TOML

[package]
name = "redis-cell-client"
version = "0.2.0"
authors = ["Bryan Stitt <bryan@stitthappens.com>"]
edition = "2018"
[dependencies]
anyhow = "1.0.57"
redis = { version = "0.21.5", features = ["aio", "tokio", "tokio-comp"] }